Analysis refactoring.

This commit is contained in:
chriseth
2017-03-03 15:41:01 +01:00
parent 98e343b3fc
commit 7f2def8971
7 changed files with 468 additions and 117 deletions
+2
View File
@@ -55,6 +55,8 @@ public:
explicit Error(Type _type);
Error(Type _type, std::string const& _description, SourceLocation const& _location = SourceLocation());
Type type() const { return m_type; }
std::string const& typeName() const { return m_typeName; }