Clone this repo:

Branches

  1. a0802ef [CIR][CodeGen] Emit cir.fmuladd for FP-contracted mul+add/sub (#215382) by Konstantinos Parasyris · 51 minutes ago main master
  2. 0293f27 [CIR] Handle label address difference (#205437) by Andy Kaylor · 2 hours ago
  3. 26f7699 [CIR] Implement CIRBasicAliasAnalysis::getUnderlyingObject (#215683) by Andy Kaylor · 2 hours ago
  4. c021850 [clang] Fix crash on implicit conversion of a reference NTTP bound to a subobject (#215900) by Helmut Januschka · 3 hours ago
  5. ccc9758 [docs] Finish MyST migration for selected Clang docs (#214617) by Reid Kleckner · 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: