Clone this repo:

Branches

  1. 92c2ad8 [libclang][Cygwin] Use __declspec(dllexport) for libclang on Cygwin (#147122) by Tomohiro Kashiwada · 2 hours ago main master
  2. 2245a0f [libclang] Add missing dllexport annotation (#147108) by Tomohiro Kashiwada · 2 hours ago
  3. e261308 [clang][deps] Stop lexing if hit a failure while loading a PCH/module in a submodule. (#146976) by Volodymyr Sapsai · 2 hours ago
  4. 9a3732e [analyzer] Add support for consteval in ConditionBRVisitor::VisitTerminator (#146859) by Imad Aldij · 3 hours ago
  5. 6bdf14a [CIR] Implement AbstractConditionalOperator for ComplexType (#147090) by Amr Hesham · 5 hours ago

C language Family Front-end

Welcome to Clang.

This is a compiler front-end for the C family of languages (C, C++ and Objective-C) which is built as part of the LLVM compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things beyond just compiling code: we intend for Clang to be host to a number of different source-level tools. One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read the relevant websites. Here are some pointers: