Clone this repo:

Branches

  1. a1174ba [Flang][Driver] Added support for -funique-internal-linkage-names option (#216680) by Kaviya Rajendiran · 23 minutes ago main master
  2. 3789037 Revert "[clang][OpenMP] ORDERED clause is allowed on FOR in 4.5+ (#22… (#225669) by Krzysztof Parzyszek · 78 minutes ago
  3. 7c52e28 [CIR][AMDGPU] Add support for AMDGCN s_prefetch builtins (#223228) by Ayokunle Amodu · 2 hours ago
  4. 88c4a02 [clang-repl] Keep earlier declarations alive when an input fails (#218149) by Vipul Cariappa · 2 hours ago
  5. d56c8cb [clang][ExprConst] Mark two variables maybe_unused (#225652) by Timm Baeder · 3 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: