Clone this repo:

Branches

  1. 96ed5ab [RISCV][llvm] Support fixed-length vector inline assembly constraints (#150724) by Brandon Wu · 22 minutes ago main master
  2. 8908921 [Headers][X86] Allow pmuludq/pmuldq to be used in constexpr (#153293) by Pedro Lobo · 4 hours ago
  3. 537d8af [clang-format] Add SpaceInEmptyBraces option (#153765) by owenca · 8 hours ago
  4. 5b3d5f6 [clang-format] Fix a bug in breaking before FunctionDeclarationName (#153924) by owenca · 8 hours ago
  5. d2079bf [clang-format] Allow breaking before bit-field colons (#153529) by owenca · 8 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: