aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ViewPureChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Issue error if no visibility is specified (on 0.5.0)Alex Beregszaszi2018-02-271-1/+1
* Add tests for selectors for public variables.chriseth2018-02-131-1/+2
* Allow `this.f.selector` to be pure.chriseth2018-02-131-0/+46
* Adjust tests for multiple errors with the var keywordAlex Beregszaszi2018-02-131-3/+5
* Do not use var where not neccessary in testsAlex Beregszaszi2018-02-131-3/+3
* Issue warning for using public visibility for interface functionsAlex Beregszaszi2018-02-011-2/+2
* Allow ``gas`` in view functions.chriseth2017-10-161-2/+5
* Merge pull request #2904 from ethereum/viewPure5Alex Beregszaszi2017-09-151-0/+10
|\
| * Enforce view with error for experimental 0.5.0.chriseth2017-09-141-0/+10
* | Update view/pure tests to contain mandatory visibility specifiersAlex Beregszaszi2017-09-141-53/+51
|/
* Allow constant variables in pure functions.chriseth2017-09-061-0/+13
* Tone down error message.chriseth2017-09-061-3/+3
* Analyze assembly.chriseth2017-09-061-0/+62
* New tests for view and pure checker.chriseth2017-09-061-0/+323