View-pure checker.

This commit is contained in:
chriseth
2017-09-06 13:50:49 +02:00
parent 16526ad554
commit 5470da4d9a
5 changed files with 320 additions and 2 deletions
+2 -2
View File
@@ -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
{