enum DiagnosticIDs::Level
Description
The level of the diagnostic, after it has been through mapping.
Declared at: clang/include/clang/Basic/DiagnosticIDs.h:169
Enumerators
Name | Value | Comment |
---|---|---|
Ignored | 0 | |
Note | 1 | |
Remark | 2 | |
Warning | 3 | |
Error | 4 | |
Fatal | 5 |
The level of the diagnostic, after it has been through mapping.
Declared at: clang/include/clang/Basic/DiagnosticIDs.h:169
Name | Value | Comment |
---|---|---|
Ignored | 0 | |
Note | 1 | |
Remark | 2 | |
Warning | 3 | |
Error | 4 | |
Fatal | 5 |