Clone this repo:

Branches

  1. 744ba17 [UBSan] add pointer/array access checks for aggregate assignment/initialization operands (#190739) by VASU SHARMA · 4 hours ago main master
  2. f62f046 [LifetimeSafety] Recognize declarations nested under std namespace (#197604) by Zeyi Xu · 5 hours ago
  3. de94ae2 [clang][NFC] Remove `macro_begin` and `macro_end` from `Preprocessor` (#197817) by David Stone · 6 hours ago
  4. f397642 [clang] Implement constexpr DesignatedInitUpdateExpr. (#196427) by Eli Friedman · 6 hours ago
  5. 27d389b [AArch64] Make width of stack protector guard value load configurable. (#195379) by Eli Friedman · 7 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: