aboutsummaryrefslogtreecommitdiffstats
path: root/test/liblangutil
Commit message (Collapse)AuthorAgeFilesLines
* liblangutil: SourceLocation to default initialize data members (w/o the use ↵Christian Parpart2018-12-191-6/+6
| | | | | | of ctor) See: http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c45-dont-define-a-default-constructor-that-only-initializes-data-members-use-in-class-member-initializers-instead
* liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵Christian Parpart2018-12-011-5/+9
| | | | | | source, eliminating sourceName Also, adapted affecting code to those changes.
* 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
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-0/+50