Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Remarks] Add support for internalizing a remark in a string table | Francis Visoiu Mistrih | 2019-09-06 | 1 | -0/+46 |
| | | | | | | | | | | In order to keep remarks around, we need to make them tied to a string table. Users then can delete the parser and rely on the string table to keep the memory of the strings alive and deduplicated. llvm-svn: 371233 | ||||
* | [Remarks] Add comparison operators to the Remark object | Francis Visoiu Mistrih | 2019-09-05 | 1 | -0/+77 |
and related structs. This also adds tests for the remarks::Remark object in general. llvm-svn: 371134 |