hello friends! new(ish)!

Clang: Difference between revisions

From InstallGentoo Wiki v2
Jump to navigation Jump to search
>Finlandia
(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...")
 
>Mrsnooze
m (category:terms category:programming languages)
 
(3 intermediate revisions by 2 users not shown)
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.
{{stub}}
 
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:Terms]]
[[Category:Programming languages]]

Latest revision as of 15: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.