clang++-3.5

C, C++ and Objective-C compiler (LLVM based)

Install

All systems
curl cmd.cat/clang++-3.5.sh
Debian Debian
apt-get install clang-3.5
Ubuntu
apt-get install clang-3.5
Windows (WSL2)
sudo apt-get update sudo apt-get install clang-3.5
Raspbian
apt-get install clang-3.5

clang-3.5

C, C++ and Objective-C compiler (LLVM based)

Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). Clang implements all of the ISO C++ 1998 and 2001 standards and also provides a partial support of C++1y.