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

NameValueComment
CanonicalPreprocessing0This mode is used to compute the dependencies by running the preprocessor over the source files.
DependencyDirectivesScan1This 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.