Clone this repo:

Branches

  1. de82bc2 [AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069) by Muhammad Abdul · 21 hours ago main master
  2. d53e4c5 [Clang] Remove 't' from __builtin_amdgcn_global_atomic_fadd_f32/f64 (#173480) by Juan Manuel Martinez Caamaño · 2 days ago
  3. caae62a [clang][test] Use __INTPTR_TYPE__ in ast-dump-APValue-addrlabeldiff test by Timm Bäder · 2 days ago
  4. dd2714a [clang][ExprConstant] Reject integral casts of addr-label-diffs... (#171437) by Timm Baeder · 2 days ago
  5. 3befefe Revert "Reapply "[C++20][Modules] Implement P1857R3 Modules Dependency Discovery" (#173130)" (#173549) by yronglin · 3 days 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: