aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil/Scanner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* liblangutil: Scanner: remove superfluous sourceName field (it's in ↵Christian Parpart2018-12-011-2/+1
| | | | | | | CharStream already) Also, ParserBase::sourceName() was dead code. Eliminating it should increase test coverage (how sneaky) :-)
* liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵Christian Parpart2018-12-011-22/+29
| | | | | | source, eliminating sourceName Also, adapted affecting code to those changes.
* Change scanner error diagnostics to be non-intrusive to the token API.Christian Parpart2018-11-241-22/+48
| | | | | 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-13/+17
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-9/+7
| | | | | | | 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
* Splitting out CharStream from Scanner.Christian Parpart2018-11-221-50/+0
|
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-0/+920