hello friends! new(ish)!
Clang: Difference between revisions
Jump to navigation
Jump to search
>Finlandia No edit summary |
>Mrsnooze mNo edit summary |
||
Line 1: | Line 1: | ||
{{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 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. | ||
[[Category:Programming]] |
Revision as of 12:00, 3 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.