aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil/CharStream.h
Commit message (Collapse)AuthorAgeFilesLines
* make use of C++ `= default` constructor declarations as well as more ↵Christian Parpart2018-12-191-3/+3
| | | | non-static member initialization syntax.
* liblangutil: small refactors wrt. API cleanupsChristian Parpart2018-12-011-1/+1
| | | | Especially also remove SourceLocation ctor's that the compiler can default-implement.
* liblangutil: extends CharStream to know about the respective (file-)name ↵Christian Parpart2018-11-291-1/+4
| | | | (and adapt codebase to it)
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-4/+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
* Splitting out CharStream from Scanner.Christian Parpart2018-11-221-0/+100