Clone this repo:

Branches

  1. b6d8e2e [alpha.webkit.NoDeleteChecker] Allow no-delete default constructors (#201544) by Ryosuke Niwa · 82 minutes ago main master
  2. 72def41 [RISCV][MC] Add experimental `Zvvmtls` and `Zvvmttls` support (#198229) by Kiva · 2 hours ago
  3. c900389 [NFC][clang] Format pragma comment kind StringSwitch (#201754) by Tony Varghese · 4 hours ago
  4. e313407 [CIR][AArch64] Lower NEON vslid intrinsics (#199415) by Jiahao Guo · 6 hours ago
  5. 400338274 [AMDGPU] Track tensor load/store DMAs with asyncmark (#200775) by adeshcom14 · 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: