clazy is a compiler plugin which allows clang to understand Qt semantics. You get more than 50 Qt related compiler warnings, ranging from unneeded memory allocations to misusage of
To run Clang-Tidy or Clazy to analyze an open project: Select Analyze > Clang-Tidy or Clazy. Select the files to apply the checks to. Select Analyze to start the checks. The Clang-
Jul 27, 2025 · Clazy now provides a plugin (on Unix ClazyClangTidy.so) that allows all its checks to run inside clang-tidy, unifying your static analysis workflow. You no longer n
Jun 15, 2025 · We’re excited to roll out a new Clazy release packed with bug fixes, a new check, and improvements to existing checks. This release included 34 commits from 5 con
Clazy is a Qt-oriented static code analyzer based on the Clang framework. Used to statically analyze code in the code editor and as a separate analyzer. The sources with integrated
The clazy-standalone binary allows you to run clazy over a compilation database JSON file, in the same way you would use clang-tidy or other clang tooling. This way you don't need
See the clang manual for a list of the very large set of options available, but in normal operation you "compile" your code with clazy just as you would with clang.
Apr 18, 2017 · In a previous blog post we introduced clazy, a clang plugin which makes the compiler understand Qt semantics, allowing you to get compile-time warnings about Qt bes
Dec 29, 2021 · Qt Creator comes with two fantastic tools for static code analysis, namely clang-tidy and clazy. The good news is they work out of the box with recent versio...