enum Level
Description
A stable version of DiagnosticIDs::Level. Do not change the order of values in this enum, and please increment the serialized diagnostics version number when you add to it.
Declared at: clang/include/clang/Frontend/SerializedDiagnostics.h:43
Enumerators
Name | Value | Comment |
---|---|---|
Ignored | 0 | |
Note | 1 | |
Warning | 2 | |
Error | 3 | |
Fatal | 4 | |
Remark | 5 |