Visitor bugfix.

This commit is contained in:
chriseth
2017-06-08 15:52:45 +02:00
parent 893e6f4ec2
commit b32d5e4cc0
2 changed files with 18 additions and 6 deletions
+1
View File
@@ -89,6 +89,7 @@ public:
private:
/// Visits the statement and expects it to deposit one item onto the stack.
bool expectExpression(Statement const& _statement);
bool expectDeposit(int _deposit, int _oldHeight, SourceLocation const& _location);
/// Verifies that a variable to be assigned to exists and has the same size
/// as the value, @a _valueSize, unless that is equal to -1.