clang
15.0.0git
|
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::DependencyOutputOptions |
DependencyOutputOptions - Options for controlling the compiler dependency file generation. More... | |
Namespaces | |
clang | |
Enumerations | |
enum | clang::ShowIncludesDestination { clang::ShowIncludesDestination::None, clang::ShowIncludesDestination::Stdout, clang::ShowIncludesDestination::Stderr } |
ShowIncludesDestination - Destination for /showIncludes output. More... | |
enum | clang::DependencyOutputFormat { clang::DependencyOutputFormat::Make, clang::DependencyOutputFormat::NMake } |
DependencyOutputFormat - Format for the compiler dependency file. More... | |
enum | clang::ExtraDepKind { clang::EDK_SanitizeIgnorelist, clang::EDK_ProfileList, clang::EDK_ModuleFile, clang::EDK_DepFileEntry } |
ExtraDepKind - The kind of extra dependency file. More... | |