aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/AnalysisFramework.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving SourceReferenceFormatter into langutil namespace.Christian Parpart2018-11-241-1/+1
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-1/+2
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
* Renamed SHA3.{h,cpp} files.chriseth2018-10-181-1/+1
* SyntaxTests: extend syntax tests and isoltest to support parser errors and co...Daniel Kirchner2018-04-041-12/+16
* 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