#include <IncludeFixer.h>
◆ IncludeFixerActionFactory()
clang::include_fixer::IncludeFixerActionFactory::IncludeFixerActionFactory |
( |
SymbolIndexManager & | SymbolIndexMgr, |
|
|
std::vector< IncludeFixerContext > & | Contexts, |
|
|
StringRef | StyleName, |
|
|
bool | MinimizeIncludePaths = true ) |
- Parameters
-
SymbolIndexMgr | A source for matching symbols to header files. |
Contexts | The contexts for the symbols being queried. |
StyleName | Fallback style for reformatting. |
MinimizeIncludePaths | whether inserted include paths are optimized. |
Definition at line 75 of file clang-include-fixer/IncludeFixer.cpp.
◆ ~IncludeFixerActionFactory()
clang::include_fixer::IncludeFixerActionFactory::~IncludeFixerActionFactory |
( |
| ) |
|
|
overridedefault |
◆ runInvocation()
bool clang::include_fixer::IncludeFixerActionFactory::runInvocation |
( |
std::shared_ptr< clang::CompilerInvocation > | Invocation, |
|
|
clang::FileManager * | Files, |
|
|
std::shared_ptr< clang::PCHContainerOperations > | PCHContainerOps, |
|
|
clang::DiagnosticConsumer * | Diagnostics ) |
|
override |
The documentation for this class was generated from the following files: