Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b1f5a commit c5b81b6Copy full SHA for c5b81b6
liblangutil/Exceptions.h
@@ -206,6 +206,7 @@ class Error: virtual public util::Exception
206
207
ErrorId errorId() const { return m_errorId; }
208
Type type() const { return m_type; }
209
+ Severity severity() const { return errorSeverity(m_type); }
210
211
SourceLocation const* sourceLocation() const noexcept;
212
SecondarySourceLocation const* secondarySourceLocation() const noexcept;
0 commit comments