[cfe-dev] clang-tidy loading more checkers from an external library/plugin?

Nikolai Kosjar via cfe-dev cfe-dev at lists.llvm.org
Thu Aug 10 02:52:38 PDT 2017


Hi!

There is clang-tidy, which is nice and cool. Now, there is also clazy

	https://github.com/KDE/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



More information about the cfe-dev mailing list