enum VerifyDiagnosticConsumer::ParsedStatus
Declared at: clang/include/clang/Frontend/VerifyDiagnosticConsumer.h:309
Enumerators
Name | Value | Comment |
---|---|---|
IsParsed | 0 | File has been processed via HandleComment. |
IsUnparsed | 1 | File has diagnostics and may have directives. |
IsUnparsedNoDirectives | 2 | File has diagnostics but guaranteed no directives. |