Clone this repo:

Branches

  1. f668c44 [Driver,FreeBSD] Fix -pie for -r and -no-pie links (#210663) by Fangrui Song · 71 minutes ago main master
  2. 3c2810e [Driver][test] Unwrap freebsd-mips-as.c RUN lines (#210658) by Fangrui Song · 2 hours ago
  3. e35d970 [clang][NFC] Bump the maximum number of Frontend diagnostics (#210345) by Tony Varghese · 6 hours ago
  4. 88bf77e [RISCV][P-ext] Support Packed Narrowing Zip (#210040) by TelGome · 7 hours ago
  5. 6a7c3ee [Hexagon] Link static PIE executables against rcrt1.o (#210125) by Brian Cain · 18 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: