|
clang
3.8.0
|
Interface to process a clang::CompilerInvocation. More...
#include <Tooling.h>
Public Member Functions | |
| virtual | ~ToolAction () |
| virtual bool | runInvocation (clang::CompilerInvocation *Invocation, FileManager *Files, std::shared_ptr< PCHContainerOperations > PCHContainerOps, DiagnosticConsumer *DiagConsumer)=0 |
| Perform an action for an invocation. More... | |
Interface to process a clang::CompilerInvocation.
If your tool is based on FrontendAction, you should be deriving from FrontendActionFactory instead.
|
virtual |
Definition at line 40 of file Tooling.cpp.
|
pure virtual |
Perform an action for an invocation.
Implemented in clang::tooling::FrontendActionFactory.
1.8.6