Clone this repo:

Branches

  1. d53e4c5 [Clang] Remove 't' from __builtin_amdgcn_global_atomic_fadd_f32/f64 (#173480) by Juan Manuel Martinez Caamaño · 9 hours ago main master
  2. caae62a [clang][test] Use __INTPTR_TYPE__ in ast-dump-APValue-addrlabeldiff test by Timm Bäder · 10 hours ago
  3. dd2714a [clang][ExprConstant] Reject integral casts of addr-label-diffs... (#171437) by Timm Baeder · 11 hours ago
  4. 3befefe Revert "Reapply "[C++20][Modules] Implement P1857R3 Modules Dependency Discovery" (#173130)" (#173549) by yronglin · 29 hours ago
  5. 7dc40f3 Reapply "[C++20][Modules] Implement P1857R3 Modules Dependency Discovery" (#173130) by yronglin · 30 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: