The Clang Getting Started page might have more accurate information. This is an example work-flow and configuration to get and build the LLVM source: Checkout LLVM (including related sub-projects like Clang): git clone https://github.com/llvm/llvm-project.git Or, on windows, git clone -...