Clone this repo:

Branches

  1. 2cadf05 [CIR][CUDA] Global emission for fatbin symbols (#187636) by David Rivera · 69 minutes ago main master
  2. d262efa [OpenACC] Fix Crash on collapse that doesn't check its transform (#191836) by Erich Keane · 5 hours ago
  3. effe15b [CIR] Implement handling for lambda capture of destructured types (#191316) by Andy Kaylor · 5 hours ago
  4. 8454f40 [clang][docs] mark v22 as released (#191612) by h-vetinari · 5 hours ago
  5. 6b08ec7 Revert "[CMake] Enable static libxml2 for Fuchsia toolchain" (#191900) by Daniel Thornburgh · 6 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: