Clone this repo:

Branches

  1. 3bd23fd [clang-format] Fix brace wrapping for Java records (#164711) by Hannes Braun · 3 weeks ago main master
  2. 0d793bf [clang][SourceManager] Reuse code when computing Column and Line numbers (#166593) by SKill · 3 weeks ago
  3. 9037dc3 [clang] Refactor clang's keyword enable/disable mechanism to allow lldb to re-use it (#165323) by Daniel Sanders · 3 weeks ago
  4. cc80713 [clang] [doc] Document that the ms_abi attribute works on aarch64 too (#166373) by Martin Storsjö · 3 weeks ago
  5. 0436689 [AMDGPU] Enable typechecks for __builtin_amdgcn_raw_ptr_buffer_atomic_fadd_v2f16 (#166547) by Juan Manuel Martinez Caamaño · 3 weeks 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: