Clang - Getting Started
clang.llvm.org › get_startedIf you would like to check out and build Clang, the current procedure is asfollows: 1. Get the required tools. 1.1. See Getting Started with the LLVM System - Requirements. 1.2. Note also that Python is needed for running the test suite. Get it at: https://www.python.org/downloads/ 1.3. Standard build process uses CMake. Get it at: https://cmake.or...
clang - the Clang C, C++, and Objective-C compiler
clang.llvm.org › docs › CommandGuideclang - the Clang C, C++, and Objective-C compiler¶ SYNOPSIS¶ clang [options] filename … DESCRIPTION¶ 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.