aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/AnalysisFramework.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fail if parsing failed in AnalysisFrameworkAlex Beregszaszi2018-12-181-1/+1
| | | | Otherwise Compilerstack::analyze will throw an exception.
* liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and ↵Christian Parpart2018-12-061-2/+1
| | | | making use of new SourceLocation's CharStream knowledge
* Moving SourceReferenceFormatter into langutil namespace.Christian Parpart2018-11-241-1/+1
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-1/+2
| | | | | | | 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
|
* Renamed SHA3.{h,cpp} files.chriseth2018-10-181-1/+1
|
* SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵Daniel Kirchner2018-04-041-12/+16
| | | | compiler exceptions.
* 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