enum DiagnosticSeverity
Description
Defines the different supported severity of a diagnostic.
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:42
Enumerators
Name | Value | Comment |
---|---|---|
DS_Error | 0 | |
DS_Warning | 1 | |
DS_Remark | 2 | |
DS_Note | 3 |
Defines the different supported severity of a diagnostic.
Declared at: llvm/include/llvm/IR/DiagnosticInfo.h:42
Name | Value | Comment |
---|---|---|
DS_Error | 0 | |
DS_Warning | 1 | |
DS_Remark | 2 | |
DS_Note | 3 |