[SMTChecker] Fix imports

This commit is contained in:
Leonardo Alt
2020-09-11 13:34:46 +02:00
parent 72f8a753a9
commit 23ee011c56
13 changed files with 195 additions and 72 deletions
+3
View File
@@ -65,6 +65,9 @@ public:
static std::vector<VariableDeclaration const*> stateVariablesIncludingInheritedAndPrivate(ContractDefinition const& _contract);
static std::vector<VariableDeclaration const*> stateVariablesIncludingInheritedAndPrivate(FunctionDefinition const& _function);
/// @returns the SourceUnit that contains _scopable.
static SourceUnit const* sourceUnitContaining(Scopable const& _scopable);
protected:
// TODO: Check that we do not have concurrent reads and writes to a variable,
// because the order of expression evaluation is undefined