[SMTChecker] Fix internal error on try/catch

This commit is contained in:
Leonardo Alt
2020-06-02 16:51:53 +02:00
parent 97cb091ada
commit 10162016ae
5 changed files with 42 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ protected:
bool visit(InlineAssembly const& _node) override;
void endVisit(Break const&) override {}
void endVisit(Continue const&) override {}
bool visit(TryCatchClause const& _node) override;
/// Do not visit subtree if node is a RationalNumber.
/// Symbolic _expr is the rational literal.