enum class ScanningMode
Description
The mode in which the dependency scanner will operate to find the dependencies.
Declared at: clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h:20
Enumerators
Name | Value | Comment |
---|---|---|
CanonicalPreprocessing | 0 | This mode is used to compute the dependencies by running the preprocessor over the source files. |
DependencyDirectivesScan | 1 | This mode is used to compute the dependencies by running the preprocessor with special kind of lexing after scanning header and source files to get the minimum necessary preprocessor directives for evaluating includes. |