Generic diagnostic carrying a message and optional instruction.
| Name | Description |
|---|---|
DiagnosticInfo | Abstract base class for backend diagnostic reporting. |
| Name | Description |
|---|---|
DiagnosticInfoGeneric [constructor] | Constructors |
getInstruction | Return the optional instruction associated with this diagnostic. |
getKind | Return the kind of this diagnostic. |
getMsgStr | Return the diagnostic message. |
getSeverity | Return the severity of this diagnostic. |
print [virtual] | Print this diagnostic using DP. |
| Name | Description |
|---|---|
classof | Return true if DI is a DiagnosticInfoGeneric. |
| Name | Description |
|---|---|
wrap | Convert a DiagnosticInfo pointer to an opaque LLVMDiagnosticInfoRef. |