Clone this repo:

Branches

  1. 03491ee [clang-format] Don't crash on incomplete template declaration (#173433) by Björn Schäpers · 3 hours ago main master
  2. 63b4751 [Clang] Remove 't' from __builtin_amdgcn_flat_atomic_fadd_f32/f64 (#173381) by Juan Manuel Martinez Caamaño · 5 hours ago
  3. 657384f [clang][bytecode] Fix incorrect handling of arithmetic on string literals (#173212) by Oliver Hunt · 8 hours ago
  4. ad962de [clang][bytecode] Use record layout in `Pointer::computeOffsetForComparison()` (#172322) by Timm Baeder · 9 hours ago
  5. 30f83ce [RISCV] Mark the Xqci Qualcomm uC Vendor Extension as non-experimental (#173331) by Sudharsan Veeravalli · 15 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: