Clone this repo:

Branches

  1. e8cba66 [clang] Fix UEFI Target info (#127290) by Prabhu Rajasekaran · 16 minutes ago main master
  2. 797ccec [HLSL][RootSignature] Add lexing support for floating points (#137720) by Finn Plummer · 43 minutes ago
  3. 62ff619 [clang AST] move mangling API to namespace clang to allow calls from swift-frontend (#137884) by Peter Rong · 46 minutes ago
  4. ca61d45 [CIR] Upstream TernaryOp (#137184) by Morris Hafner · 68 minutes ago
  5. 1ee761d Fix crash when an attribute is applied to pragma attribute/pragma dump (#137880) by Erich Keane · 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: