Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | liblangutil: SourceLocation to default initialize data members (w/o the use ↵ | Christian Parpart | 2018-12-19 | 1 | -2/+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 | ||||
* | Remove `w` parameter for toHex. | chriseth | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵ | Christian Parpart | 2018-12-01 | 1 | -2/+4 |
| | | | | | | source, eliminating sourceName Also, adapted affecting code to those changes. | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+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 | ||||
* | Change library placeholder to `__$<hash>$__`. | chriseth | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Use hash for library placeholders. | chriseth | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Replace safety stop by invalid | Leonardo Alt | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Fixes compilation under MSVC. | Christian Parpart | 2018-08-09 | 1 | -24/+25 |
| | |||||
* | Add tests for the assembler object | Alex Beregszaszi | 2018-08-09 | 1 | -0/+151 |