Clone this repo:

Branches

  1. a1462bc [OpenMP] Mark dyn_groupprivate support as partial for C/C++ (#186706) by Kevin Sala Penades · 46 minutes ago main master
  2. 0c94159 [CIR][NFC] Fix regression in clang/test/CIR/IR/func.cir (#188069) by Sirui Mu · 2 hours ago
  3. 1972956 [clang] Apply lvalue conversions to __builtin_classify_type argument (#175627) by keinflue · 2 hours ago
  4. 15fcb70 [clang] Don't crash when module directive `export module foo` not following a semicolon and there are no rest pp-tokens in current module file (#187845) by yronglin · 3 hours ago
  5. 757f46b [LifetimeSafety] Introduce AccessPath-based expiry (#187708) by Utkarsh Saxena · 3 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: