Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -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 Arlt | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵ | Daniel Kirchner | 2018-04-04 | 1 | -2/+5 |
| | | | | compiler exceptions. | ||||
* | Support searching inside multiple errors. | chriseth | 2018-02-12 | 1 | -16/+33 |
| | |||||
* | More verbose error messages. | chriseth | 2017-09-29 | 1 | -2/+6 |
| | |||||
* | Allow test frameworks to filter out some warnings. | chriseth | 2017-09-29 | 1 | -1/+2 |
| | |||||
* | Mark functions static | Alex Beregszaszi | 2017-09-20 | 1 | -2/+2 |
| | |||||
* | Change retrieveContract to take name and not index | Alex Beregszaszi | 2017-09-11 | 1 | -1/+1 |
| | |||||
* | Extract base from NameAndType and use compiler stack. | chriseth | 2017-08-29 | 1 | -0/+113 |