clang-tools
10.0.0
|
The core clang tidy plugin action. More...
Public Member Functions | |
std::unique_ptr< ASTConsumer > | CreateASTConsumer (CompilerInstance &Compiler, StringRef File) override |
bool | ParseArgs (const CompilerInstance &, const std::vector< std::string > &Args) override |
The core clang tidy plugin action.
This just provides the AST consumer and command line flag parsing for using clang-tidy as a clang plugin.
Definition at line 22 of file ClangTidyPlugin.cpp.
|
inlineoverride |
Definition at line 39 of file ClangTidyPlugin.cpp.
References clang::tidy::ClangTidyASTConsumerFactory::CreateASTConsumer(), and DiagConsumer.
|
inlineoverride |
Definition at line 58 of file ClangTidyPlugin.cpp.