Clone this repo:

Branches

  1. fa0e029 [Flang][Driver]Implemented support for option -momit-leaf-frame-pointer/-mno-omit-leaf-frame-pointer in flang (#216700) by Kaviya Rajendiran · 23 minutes ago main master
  2. c5bb0b0 [CIR][OpenCL] Emit OpenCL language version metadata in CIR (#219688) by Akimasa Watanuki · 47 minutes ago
  3. 6378484 [CIR][OpenCL] Add OpenCL language version module attributes (#219687) by Akimasa Watanuki · 2 hours ago
  4. 56bce26 [CIR][AMDGPU] Let amdgcn_lerp and ds_swizzle use the generic codegen path (#222204) by Ayokunle Amodu · 4 hours ago
  5. 9b5639e [CIR] Document dynamic exception specification design (#222451) by Andy Kaylor · 5 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: