aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ErrorCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
| | | | | | | 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
* Support searching inside multiple errors.chriseth2018-02-121-0/+39
|
* Merge pull request #2567 from ethereum/refactorExceptionschriseth2017-07-131-1/+1
|\ | | | | Refactor exceptions and provide comment function.
| * Refactor exceptions and provide comment function.chriseth2017-07-131-1/+1
| |
* | Fix error message formattingFederico Bond2017-07-131-1/+1
|/
* Verbose error message test failure.chriseth2017-06-281-1/+10
|
* test: various fixesYoichi Hirai2016-11-251-1/+3
|
* interface: move searchForSubstring out of Error class into a separate fileYoichi Hirai2016-11-241-0/+32