We are still actively working on the spam issue.

Difference between revisions of "Clang"

From InstallGentoo Wiki
Jump to: navigation, search
m
m (category:terms category:programming languages)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
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 (or alternatively, 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. It is the default compiler on [[FreeBSD]] and [[Mac OS X]] systems.
  
 
[[Category:Programming]]
 
[[Category:Programming]]
 +
[[Category:Terms]]
 +
[[Category:Programming languages]]

Latest revision as of 17:13, 24 February 2016

Clang (or alternatively, 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. It is the default compiler on FreeBSD and Mac OS X systems.