enum class DiagnosticLevelMask
Description
A bitmask representing the diagnostic levels used by VerifyDiagnosticConsumer.
Declared at: clang/include/clang/Basic/DiagnosticOptions.h:39
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | |
Note | 1 | |
Remark | 2 | |
Warning | 4 | |
Error | 8 | |
All | 15 |