clang
10.0.0git
|
Go to the source code of this file.
Classes | |
class | clang::tooling::dependencies::DependencyScanningService |
The dependency scanning service contains the shared state that is used by the invidual dependency scanning workers. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::tooling | |
clang::tooling::dependencies | |
Enumerations | |
enum | clang::tooling::dependencies::ScanningMode { clang::tooling::dependencies::ScanningMode::CanonicalPreprocessing, clang::tooling::dependencies::ScanningMode::MinimizedSourcePreprocessing } |
The mode in which the dependency scanner will operate to find the dependencies. More... | |
enum | clang::tooling::dependencies::ScanningOutputFormat { clang::tooling::dependencies::ScanningOutputFormat::Make, clang::tooling::dependencies::ScanningOutputFormat::Full } |
The format that is output by the dependency scanner. More... | |