aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/AnalysisFramework.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
* Correctly set evm version in testschriseth2018-03-021-0/+3
* Support searching inside multiple errors.chriseth2018-02-121-15/+14
* Always require a contract/sourceName in CompilerStackAlex Beregszaszi2017-10-191-1/+1
* More verbose error messages.chriseth2017-09-291-11/+20
* Allow test frameworks to filter out some warnings.chriseth2017-09-291-2/+12
* Change retrieveContract to take name and not indexAlex Beregszaszi2017-09-111-3/+3
* Fix warning checking in test framework.chriseth2017-09-061-1/+1
* Extract base from NameAndType and use compiler stack.chriseth2017-08-291-0/+127