[cfe-users] How to use clang-tidy plugin.

Alfred Zien via cfe-users cfe-users at lists.llvm.org
Tue Jan 17 07:12:11 PST 2017


Hi! I need to use clang-tidy as a clang plugin, but can't figure out how to do it. 

I see ClangTidyPlugin.cpp file, and there is ClangTidyPlugin target, but when I run `make clangTidyPlugin` it produces only libclangTidyPlugin.a, no any dynamic library. Am I doing something wrong? Is it even possible?

Thanks for any help.


More information about the cfe-users mailing list