clazy
Clang plugin for additional warnings
Install
- All systems
-
curl cmd.cat/clazy.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 updatesudo apt-get install clazy
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.