Clang
Clang(クラン)
C、C++、Objective-C、Objective-C++ 向けのコンパイラ
コンパイラフロントエンド
コンパイラフロントエンドは各ソースコードから中間表現(IR)に変換する
ソースコードをLLVM IRに変換する
Apple製
GitHub: llvm/llvm-project: The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
参考
Clang - Wikipedia
#C/C++