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++