Описание тега clang++
NoneClang is a C, C++, and Objective-C compiler which encompasses preprocessing, parsing, optimization,
code generation, assembly, and linking. Depending on which high-level mode setting is passed, Clang
will stop before doing a full link. While Clang is highly integrated, it is important to understand
the stages of compilation, to understand how to invoke it.
Clang is a C, C++, and Objective-C compiler which encompasses preprocessing, parsing, optimization, code generation, assembly, and linking. Depending on which high-level mode setting is passed, Clang will stop before doing a full link. While Clang is highly integrated, it is important to understand the stages of compilation, to understand how to invoke it.
More: