The core include fixer plugin action.
More...
The core include fixer plugin action.
This just provides the AST consumer and command line flag parsing for using include fixer as a clang plugin.
Definition at line 23 of file IncludeFixerPlugin.cpp.
◆ ClangIncludeFixerPluginAction()
clang::include_fixer::ClangIncludeFixerPluginAction::ClangIncludeFixerPluginAction |
( |
| ) |
|
|
inlineexplicit |
◆ CreateASTConsumer()
std::unique_ptr<clang::ASTConsumer> clang::include_fixer::ClangIncludeFixerPluginAction::CreateASTConsumer |
( |
clang::CompilerInstance & |
CI, |
|
|
StringRef |
InFile |
|
) |
| |
|
inlineoverride |
◆ ExecuteAction()
void clang::include_fixer::ClangIncludeFixerPluginAction::ExecuteAction |
( |
| ) |
|
|
inlineoverride |
◆ ParseArgs()
bool clang::include_fixer::ClangIncludeFixerPluginAction::ParseArgs |
( |
const CompilerInstance & |
CI, |
|
|
const std::vector< std::string > & |
Args |
|
) |
| |
|
inlineoverride |
The documentation for this class was generated from the following file: