*** Welcome to piglix ***

Clang

Clang
LLVM
Original author(s) Chris Lattner and others
Developer(s) Apple Inc. and others
Initial release September 26, 2007; 9 years ago (2007-09-26)
Stable release
3.9.1 / 23 December 2016; 2 months ago (2016-12-23)
Repository llvm.org/svn/llvm-project/cfe
Development status Active
Written in C++
Operating system Unix-like
Platform Cross-platform
Type Compiler
License University of Illinois/NCSA Open Source License
Website clang.llvm.org

Clang /ˈklæŋ/ is a compiler front end for the programming languages C, C++, Objective-C, Objective-C++, OpenMP,OpenCL, and CUDA. It uses LLVM as its back end and has been part of the LLVM release cycle since LLVM 2.6.

It is designed to be able to replace the full GNU Compiler Collection (GCC). Its contributors include Apple, Microsoft, Google, ARM, Sony, Intel and Advanced Micro Devices (AMD). It is open-source software, with source code released under the University of Illinois/NCSA License, a permissive free software licence.

The Clang project includes the Clang front end and the Clang static analyzer and several code analysis tools.


...
Wikipedia

...