Clone this repo:

Branches

  1. 482a4d6 Revert "[Driver][OHOS] Fix lld link issue for OHOS (#118192)" by Pavel Kosov · 2 hours ago main master
  2. 49696d1 Revert "Switch builtin strings to use string tables" (#119638) by Chandler Carruth · 6 hours ago
  3. ebcadae Revert "[clang][bytecode] Fix some shift edge cases (#119895)" by Timm Bäder · 8 hours ago
  4. d4bd9bd [clang][bytecode] Fix some shift edge cases (#119895) by Timm Baeder · 8 hours ago
  5. 43270db [OpenACC] implement 'detach' clause sema by erichkeane · 16 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: