Clone this repo:

Branches

  1. 814b529 [clang-cl] Add new option `/pathmap:<from>=<to>` to replace the path prefix <from> with <to>. (#198664) by Vladimir Vereschaka · 19 minutes ago main master
  2. 0ab7cb0 [CIR] Fix CIR Test failures after unnamed_addr restored to vtables (#201962) by Andy Kaylor · 28 minutes ago
  3. 85ceadd [clang-sycl-linker] Add mising dependency on BitReader (#201961) by Alexey Bader · 62 minutes ago
  4. 75baa21 [clang] Adding an Atomic Line Logger (#195885) by Qiongsi Wu · 73 minutes ago
  5. f21274d [clang][sycl][nvlink] Share static library linking in Frontend/Offloading (#201253) by Alexey Bader · 2 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: