We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Make sure Linux is installed on your device. You can follow these installation instructions
Install the necessary packages for LLVM's automatic installation script.
sudo apt install lsb-release wget software-properties-common
Install LLVM
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
Install other necessary packages
sudo apt install clang clang-tidy clang-format libx11-dev
Use the newest version of clang++
clang++
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-11/bin/clang++ 100