Hi!
There is clang-tidy, which is nice and cool. Now, there is also clazy
, which includes great checks for Qt code and is implemented as a clang plugin (and also as a standalone tool).
Since clazy is a clang plugin, can clang-tidy use that so that diagnostics/fixits generated by the clazy plugin will be emitted through clang-tidy? Having that, only one tool needs to be run
If not, what would be needed to make this work?
This is https://bugs.llvm.org//show_bug.cgi?id=32739 .
Nikolai