Check for circular references in constant variables.

This commit is contained in:
chriseth
2017-03-06 15:05:09 +01:00
parent d089a1ef2b
commit 5c5d83fd70
5 changed files with 202 additions and 8 deletions
+3
View File
@@ -36,6 +36,9 @@ namespace solidity
/**
* The module that performs static analysis on the AST.
* In this context, static analysis is anything that can produce warnings which can help
* programmers write cleaner code. For every warning generated eher, it has to be possible to write
* equivalent code that does generate the warning.
*/
class StaticAnalyzer: private ASTConstVisitor
{