mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Code generation for errors.
This commit is contained in:
@@ -117,6 +117,7 @@ private:
|
||||
bool visit(Return const& _return) override;
|
||||
bool visit(Throw const& _throw) override;
|
||||
bool visit(EmitStatement const& _emit) override;
|
||||
bool visit(RevertStatement const& _revert) override;
|
||||
bool visit(VariableDeclarationStatement const& _variableDeclarationStatement) override;
|
||||
bool visit(ExpressionStatement const& _expressionStatement) override;
|
||||
bool visit(PlaceholderStatement const&) override;
|
||||
|
||||
Reference in New Issue
Block a user