Merge pull request #1699 from ethereum/asmlabels

Assembly labels with stack information
This commit is contained in:
Yoichi Hirai
2017-03-08 11:56:44 +01:00
committed by GitHub
8 changed files with 625 additions and 201 deletions
+2
View File
@@ -59,6 +59,8 @@ public:
std::string const& _description = std::string()
);
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; }