summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Remarks/RemarksAPITest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Remarks] Add support for internalizing a remark in a string tableFrancis Visoiu Mistrih2019-09-061-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 objectFrancis Visoiu Mistrih2019-09-051-0/+77
and related structs. This also adds tests for the remarks::Remark object in general. llvm-svn: 371134
OpenPOWER on IntegriCloud