aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/ViewPureChecker.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-8/+12
* 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
* 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