What is Clang written in?
LLVM C/C++/Objective-C frontend.
The Clang compiler is written in C++ (well-documented).
Relationship Graph
All directly connected languages. Click any node to navigate to its page.
Compiler Implementation
| Language | Confidence | Notes | Source |
|---|---|---|---|
| C++ | 98% | Clang frontend written in C++ | Source |
Frequently Asked Questions
What language is Clang written in?
Clang is primarily implemented in C++. See the implementation section above for details and source references.