forked from OSchip/llvm-project
parent
41e6629100
commit
f918b00490
llvm/include/llvm/IR
|
@ -92,7 +92,7 @@ public:
|
||||||
DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity)
|
DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity)
|
||||||
: Kind(Kind), Severity(Severity) {}
|
: Kind(Kind), Severity(Severity) {}
|
||||||
|
|
||||||
virtual ~DiagnosticInfo() = default;
|
virtual ~DiagnosticInfo() {}
|
||||||
|
|
||||||
/* DiagnosticKind */ int getKind() const { return Kind; }
|
/* DiagnosticKind */ int getKind() const { return Kind; }
|
||||||
DiagnosticSeverity getSeverity() const { return Severity; }
|
DiagnosticSeverity getSeverity() const { return Severity; }
|
||||||
|
|
Loading…
Reference in New Issue