[SMTChecker] Support to integer and Bool storage vars

This commit is contained in:
Leonardo Alt
2018-05-15 14:22:50 +02:00
committed by chriseth
parent 267b605fcd
commit 2dbb35d4a8
5 changed files with 98 additions and 5 deletions
-1
View File
@@ -33,7 +33,6 @@ VariableUsage::VariableUsage(ASTNode const& _node)
solAssert(declaration, "");
if (VariableDeclaration const* varDecl = dynamic_cast<VariableDeclaration const*>(declaration))
if (
varDecl->isLocalVariable() &&
identifier->annotation().lValueRequested &&
varDecl->annotation().type->isValueType()
)