enum class ModuleOutputKind

Description

An output from a module compilation, such as the path of the module file.

Declared at: clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h:69

Enumerators

NameValueComment
ModuleFile0The module file (.pcm). Required.
DependencyFile1The path of the dependency file (.d), if any.
DependencyTargets2The null-separated list of names to use as the targets in the dependency file, if any. Defaults to the value of \c ModuleFile, as in the driver.
DiagnosticSerializationFile3The path of the serialized diagnostic file (.dia), if any.