• How to install Clazy in Ubuntu

Clazy

Clang plugin for additional warnings

Clazy is a clang compiler plugin which emits warnings related to Qt best practices.

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.

Application Homepage

How to install Clazy in Ubuntu

If you are on a supported distro, you can install the application through software center by clicking the below link.

Install Clazy

If the above link not working, run the below command in terminal to install clazy in Ubuntu

sudo apt install clazy

Clazy Screenshots

clazy