clang

Article by:
Date Published:
Last Modified:

Overview

Clang is a popular compiler for C, C++, Objective-C and Objective-C++ languages. It compiles code down to LLVM, and then uses the LLVM framework to convert this into machine code (in this respect, Clang can be thought of as a compiler frontend).

History

The Clang compiler was open-sourced by Apple in July 2007, after they created it as a front-end to LLVM.


Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Related Content:

Tags

comments powered by Disqus