Added different colors for warning & error

Co-authored-by: shikharvashistha <shikharvashistha@yandex.com>
Co-authored-by: cameel <kamil.sliwak@codepoets.it>
This commit is contained in:
shikharvashistha
2021-10-25 11:16:51 +01:00
committed by hrkrshnn
co-authored by cameel
parent ef21e43fa3
commit cf005368d8
5 changed files with 36 additions and 5 deletions
+2
View File
@@ -258,6 +258,8 @@ public:
solAssert(false, "");
}
static std::optional<Severity> severityFromString(std::string _input);
private:
ErrorId m_errorId;
Type m_type;