clazy-standalone

Clang plugin for additional warnings

Install

All systems
curl cmd.cat/clazy-standalone.sh
Debian Debian
apt-get install clazy
Ubuntu
apt-get install clazy
Arch Arch Linux
pacman -S clazy
image/svg+xml Kali Linux
apt-get install clazy
Fedora
dnf install clazy
Windows (WSL2)
sudo apt-get update sudo 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.