| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
source, eliminating sourceName
Also, adapted affecting code to those changes.
|
|
|
|
|
|
|
| |
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
|
|
|