Clone this repo:

Branches

  1. a1a74d7 Reapply "[clang][bytecode] Allocate IntegralAP and Floating types usi… (#144676) by Timm Baeder · 41 minutes ago main master
  2. 812a4f4 Fix tests failing on fuchsia clang x86_64 builders (#144655) by Garvit Gupta · 2 hours ago
  3. 2b1628c [HLSL][SPIRV] Add vk::constant_id attribute. (#143544) by Steven Perron · 3 hours ago
  4. 4e4b7a6 [clang][headers]Remove unnecessary guard of !defined(__SCE__). (#144522) by Ying Yi · 4 hours ago
  5. 33e9241 [CIR] Add support for __builtin_assume (#144376) by Sirui Mu · 4 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: