10 #ifndef LLVM_CLANG_FRONTEND_DEPENDENCYOUTPUTOPTIONS_H
11 #define LLVM_CLANG_FRONTEND_DEPENDENCYOUTPUTOPTIONS_H
std::string ModuleDependencyOutputDir
The directory to copy module dependencies to when collecting them.
std::string DOTOutputFile
The file to write GraphViz-formatted header dependencies to.
unsigned IncludeModuleFiles
Include module file dependencies.
std::string HeaderIncludeOutputFile
unsigned IncludeSystemHeaders
Include system header dependencies.
unsigned ShowHeaderIncludes
Show header inclusions (-H).
std::string OutputFile
The file to write dependency output to.
DependencyOutputFormat OutputFormat
The format for the dependency file.
DependencyOutputOptions()
std::vector< std::string > Targets
unsigned AddMissingHeaderDeps
Add missing headers to dependency list.
unsigned PrintShowIncludes
Print cl.exe style /showIncludes info.
DependencyOutputFormat
DependencyOutputFormat - Format for the compiler dependency file.