Cleanup, style and additional test.

This commit is contained in:
chriseth
2017-05-03 11:26:21 +02:00
parent e3ed3623c7
commit 230f51efb7
3 changed files with 17 additions and 13 deletions
+1
View File
@@ -74,6 +74,7 @@ private:
/// Flag that indicates whether a public function does not contain the "payable" modifier.
bool m_nonPayablePublic = false;
/// Number of uses of each (named) local variable in a function, counter is initialized with zero.
std::map<VariableDeclaration const*, int> m_localVarUseCount;
FunctionDefinition const* m_currentFunction = nullptr;