What Makes Clang So Special

CoderGears (via Maxime Chevalier): The most important difference of its design is that Clang is based on LLVM, the idea behind LLVM is to use LLVM Intermediate Representation (IR), it’s like the bytecode for java. LLVM IR is designed to host mid-level analyses and transformations that you find in the optimizer section of a compiler. … Continue reading What Makes Clang So Special