Clone this repo:

Branches

  1. 9cd8d56 [Clang] Support constexpr asm at global scope. (#143268) by Corentin Jabot · 39 minutes ago main master
  2. 4637108 [clang-format][NFC] Clean up fillRanges() in ClangFormat.cpp (#143236) by Owen Pan · 4 hours ago
  3. fff990a [NFC][Clang] Adopt simplified `getTrailingObjects` in ParsedTemplate (#143255) by Rahul Joshi · 15 hours ago
  4. c059555 [NFC][Clang] Adopt simplified `getTrailingObjects` in ExprObjC (#143254) by Rahul Joshi · 15 hours ago
  5. e931201 [NFC][Clang] Adopt simplified `getTrailingObjects` in ExprConcepts (#143252) by Rahul Joshi · 15 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: