clang-tidy-5.0
clang-based C++ linter tool
Install
- All systems
-
curl cmd.cat/clang-tidy-5.0.sh
- Ubuntu
-
apt-get install clang-tidy-5.0
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install clang-tidy-5.0
- Dockerfile
- dockerfile.run/clang-tidy-5.0