1695 Forks
2983 Stars
2983 Watchers

clang

Mirror kept for legacy. Moved to https://github.com/llvm/llvm-project

How to download and setup clang

Open terminal and run command
git clone https://github.com/llvm-mirror/clang.git
git clone is used to create a copy or clone of clang repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with clang https://github.com/llvm-mirror/clang/archive/master.zip

Or simply clone clang with SSH
[email protected]:llvm-mirror/clang.git

If you have some problems with clang

You may open issue on clang support forum (system) here: https://github.com/llvm-mirror/clang/issues