aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/AnalysisFramework.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-4/+4
| | | | | | | 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
* Add virtual destructors on base classes.Alexander Arlt2018-05-021-0/+1
|
* SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵Daniel Kirchner2018-04-041-2/+5
| | | | compiler exceptions.
* Support searching inside multiple errors.chriseth2018-02-121-16/+33
|
* More verbose error messages.chriseth2017-09-291-2/+6
|
* Allow test frameworks to filter out some warnings.chriseth2017-09-291-1/+2
|
* Mark functions staticAlex Beregszaszi2017-09-201-2/+2
|
* Change retrieveContract to take name and not indexAlex Beregszaszi2017-09-111-1/+1
|
* Extract base from NameAndType and use compiler stack.chriseth2017-08-291-0/+113