clazy-standalone
Clang plugin for additional warnings
Install
- All systems
-
curl cmd.cat/clazy-standalone.sh
- Debian
-
apt-get install clazy
- Ubuntu
-
apt-get install clazy
- Arch Linux
-
pacman -S clazy
- Kali Linux
-
apt-get install clazy
- Fedora
-
dnf install clazy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install clazy
- Dockerfile
- dockerfile.run/clazy-standalone
clazy
Clang plugin for additional warnings
Clazy is a Clang plugin which extends the compiler with over 50 warnings related to Qt best practices ranging from unneeded memory allocations to API misuse. It’s an opensource project spawned by KDAB’s R&D efforts for better C++ tooling.