aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil/Token.h
Commit message (Collapse)AuthorAgeFilesLines
* Change scanner error diagnostics to be non-intrusive to the token API.Christian Parpart2018-11-241-14/+0
| | | | | This also implicitly eliminates the magic-token Token::IllegalHex, and streamlines error diagnostics over a custom enum class.
* adapt to latest code changesLazaridis2018-11-241-0/+12
|
* Replace all occurrences of NULL with nullptr.Christian Parpart2018-11-231-8/+8
|
* 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
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-0/+378