aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil/ParserBase.h
Commit message (Collapse)AuthorAgeFilesLines
* liblangutil: Scanner: remove superfluous sourceName field (it's in ↵Christian Parpart2018-12-011-1/+0
| | | | | | | 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-1/+1
| | | | | | source, eliminating sourceName Also, adapted affecting code to those changes.
* liblangutil: adds ParserBase::charStream() accessorChristian Parpart2018-11-291-0/+2
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-5/+3
| | | | | | | 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/+93