Defines the different supported severity of a diagnostic.
Synopsis
Declared in <llvm/IR/DiagnosticInfo.h>
enum DiagnosticSeverity : char;
Members
Name |
Description |
|
An error that should typically stop compilation. |
|
A warning that does not prevent continuing. |
|
An optimization or analysis remark. |
|
A note that attaches additional information to a prior diagnostic. |
Created with MrDocs