Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn about unreachable code. | Daniel Kirchner | 2019-01-10 | 1 | -0/+20 |
| | |||||
* | liblangutil: SourceLocation to default initialize data members (w/o the use ↵ | Christian Parpart | 2018-12-19 | 1 | -6/+2 |
| | | | | | | 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: Retricts == and != operator | Christian Parpart | 2018-12-01 | 1 | -5/+3 |
| | |||||
* | liblangutil: small refactors wrt. API cleanups | Christian Parpart | 2018-12-01 | 1 | -14/+0 |
| | | | | Especially also remove SourceLocation ctor's that the compiler can default-implement. | ||||
* | liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵ | Christian Parpart | 2018-12-01 | 1 | -13/+21 |
| | | | | | | source, eliminating sourceName Also, adapted affecting code to those changes. | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -2/+2 |
| | | | | | | | 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 Parpart | 2018-11-22 | 1 | -0/+105 |