Merge pull request #10801 from blishko/issue-10793

[SMTChecker] Gather local variables also from nested try/catch clauses
This commit is contained in:
Leonardo
2021-01-18 22:37:16 +01:00
committed by GitHub
4 changed files with 66 additions and 1 deletions
+1 -1
View File
@@ -2705,7 +2705,7 @@ vector<VariableDeclaration const*> SMTEncoder::tryCatchVariables(FunctionDefinit
vars.push_back(param.get());
}
return false;
return true;
}
vector<VariableDeclaration const*> vars;