aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/ViewPureChecker.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-8/+12
| | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
|
* Removing redundant virtual from override function declarationmordax2018-11-211-11/+11
| | | | | | Remove trailing whitespace Remove changelog change
* Warns if modifier uses msg.value in non-payable function.Erik Kundt2018-09-041-13/+12
|
* Remove v050 check for enforcing "view" in ViewPureChecker.Daniel Kirchner2018-07-041-1/+0
|
* Allow `this.f.selector` to be pure.chriseth2018-02-131-0/+1
|
* Enforce view with error for experimental 0.5.0.chriseth2017-09-141-0/+1
|
* Analyze assembly.chriseth2017-09-061-1/+1
|
* View-pure checker.chriseth2017-09-061-0/+79