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
Name | Value | Comment |
---|---|---|
ModuleFile | 0 | The module file (.pcm). Required. |
DependencyFile | 1 | The path of the dependency file (.d), if any. |
DependencyTargets | 2 | The 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. |
DiagnosticSerializationFile | 3 | The path of the serialized diagnostic file (.dia), if any. |