Clone this repo:

Branches

  1. 3916b3e [Clang][Cygwin] Set default DWARF version to 4 (#220738) by Tomohiro Kashiwada · 18 minutes ago main master
  2. 3426030 [Mips] Support reserving GPRs with -ffixed-N (#217013) by Jiaxun Yang · 5 hours ago
  3. 9837486 [HLSL] Add matrix support for float->float pure function intrinsics (#202455) by Dan Brown · 10 hours ago
  4. 0e3ca31 [clang][include cleaner] Fix MainHeader insertion issue (#212852) by dmaclach · 12 hours ago
  5. 2c46f41 [clang][docs] Add basic user documentation for Hardware-assisted AddressSanitizer (HWASan) (#220075) by Andrew Lazarev · 13 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: