We are still actively working on the spam issue.

Difference between revisions of "Clang"

From InstallGentoo Wiki
Jump to: navigation, search
(Created page with "clang is a compiler for C family of languages using LLVM as a backend and optimizer. It aims to be GCC compatible yet more strict, standards compliant, and not full of gcc...")
 
Line 1: Line 1:
clang is a compiler for C family of languages using LLVM as a backend and optimizer. It aims to be GCC compatible yet more strict, standards compliant, and not full of [[gcc]]isms.
+
clang is a compiler for C family of languages using LLVM as a backend and optimizer. It aims to be GCC compatible yet more strict, standards compliant, and not full of [[gcc]]-isms.

Revision as of 15:43, 2 April 2015

clang is a compiler for C family of languages using LLVM as a backend and optimizer. It aims to be GCC compatible yet more strict, standards compliant, and not full of gcc-isms.