mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
View-pure checker.
This commit is contained in:
@@ -37,8 +37,8 @@ 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.
|
||||
* programmers write cleaner code. For every warning generated here, it has to be possible to write
|
||||
* equivalent code that does not generate the warning.
|
||||
*/
|
||||
class StaticAnalyzer: private ASTConstVisitor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user