clazy

Qt-oriented static code analyzer for C++ that detects bugs and performance issues

brewmacoslinux
Try with needOr install directly
Source

About

Qt oriented static code analyzer

Commands

clazy

Examples

Analyze a single C++ file for Qt code issues$ clazy --help
Run clazy as a clang plugin during compilation$ clazy file.cpp
List all available checks and their descriptions$ clazy --list-checks