Instantiator
Generate c++ template instantiations
|
Action to compute the (header) dependencies of a source file. More...
#include <Actions/DependencyAction.hpp>
Public Member Functions | |
virtual bool | usesPreprocessOnly () const |
bool | BeginSourceFileAction (clang::CompilerInstance &ci) |
virtual void | EndSourceFileAction () |
Public Attributes | |
std::vector< std::string > * | dependencies |
Private Attributes | |
std::unique_ptr< myDependencyCollector > | col |
Action to compute the (header) dependencies of a source file.
This action uses the compilers -MM
option to get all dependencies of a source file.
Definition at line 25 of file DependencyAction.hpp.
bool DependencyAction::BeginSourceFileAction | ( | clang::CompilerInstance & | ci | ) |
Definition at line 14 of file DependencyAction.cpp.
|
virtual |
Definition at line 22 of file DependencyAction.cpp.
|
virtual |
Definition at line 13 of file DependencyAction.cpp.
|
private |
Definition at line 28 of file DependencyAction.hpp.
std::vector<std::string>* DependencyAction::dependencies |
Definition at line 31 of file DependencyAction.hpp.