enum class ScanningOutputFormat

Description

The format that is output by the dependency scanner.

Declared at: clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h:32

Enumerators

NameValueComment
Make0This is the Makefile compatible dep format. This will include all of the deps necessary for an implicit modules build, but won't include any intermodule dependency information.
Full1This outputs the full module dependency graph suitable for use for explicitly building modules.