mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Check for circular references in constant variables.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user