Clone this repo:

Branches

  1. c408695 [Clang][OpenMP] Codegen for `use_device_ptr(fb_nullify)`. (4/4) (#173931) by Abhinav Gaba · 16 minutes ago main master
  2. 0962fbf [LifetimeSafety] Only track field members with storage (#177661) by Utkarsh Saxena · 23 minutes ago
  3. 7b42671 Revert "[OpenMP][Mappers] Fix ref-count tracking for maps inserted by mappers. (#177059)" (#177623) by Abhinav Gaba · 50 minutes ago
  4. 0800c37 [SystemZ][z/OS] Implement #pragma export (#141671) by Sean Perry · 66 minutes ago
  5. 75799c5 [HIP] Pass HIP library directly and refactor (#176019) by Joseph Huber · 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: