1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/lib/Remarks
Francis Visoiu Mistrih b07bf19865 [Remarks] Support parsing remark metadata in the YAML remark parser
This adds support to the yaml remark parser to be able to parse remarks
directly from the metadata.

This supports parsing separate metadata and following the external file
with the associated metadata, and also a standalone file containing
metadata + remarks all together.

llvm-svn: 367148
2019-07-26 20:11:53 +00:00
..
CMakeLists.txt [Remarks] Simplify the creation of remark serializers 2019-07-24 16:36:35 +00:00
LLVMBuild.txt
Remark.cpp [Remarks] Simplify and refactor the RemarkParser interface 2019-07-16 15:25:05 +00:00
RemarkFormat.cpp [Remarks] Simplify the creation of remark serializers 2019-07-24 16:36:35 +00:00
RemarkParser.cpp [Remarks] Support parsing remark metadata in the YAML remark parser 2019-07-26 20:11:53 +00:00
RemarkSerializer.cpp [Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializer 2019-07-24 19:47:57 +00:00
RemarkStringTable.cpp [Remarks] String tables should be move-only 2019-07-23 22:50:08 +00:00
YAMLRemarkParser.cpp [Remarks] Support parsing remark metadata in the YAML remark parser 2019-07-26 20:11:53 +00:00
YAMLRemarkParser.h [Remarks] Support parsing remark metadata in the YAML remark parser 2019-07-26 20:11:53 +00:00
YAMLRemarkSerializer.cpp Reland: [Remarks] Add support for serializing metadata for every remark streamer 2019-07-26 01:33:30 +00:00