Clone this repo:

Branches

  1. cd76774 [LifetimeSafety] Add fixit verification with FileCheck (#180488) by Baranov Victor · 37 minutes ago main master
  2. 79b88ea [AMDGPU] Add fp8/bf8 conversion instructions for gfx1170 (#180191) by Mirko Brkušanin · 2 hours ago
  3. 7515e9d [clang] Return std::optional from all Expr::tryEvaluate* API (#179230) by Timm Baeder · 2 hours ago
  4. bc3605e [Driver][Darwin] Pass stack usage file for LTO (#178005) by Marina Taylor · 3 hours ago
  5. e3cc625 [Clang] Fix missing -Warray-bounds warning on member function calls. (#179647) by Prajwal P J · 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: