1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Remarks
Francis Visoiu Mistrih 57aee84cb1 [Remarks] Extend the RemarkStreamer to support other emitters
This extends the RemarkStreamer to allow for other emitters (e.g.
frontends, SIL, etc.) to emit remarks through a common interface.

See changes in llvm/docs/Remarks.rst for motivation and design choices.

Differential Revision: https://reviews.llvm.org/D73676
2020-02-04 17:16:02 -08:00
..
BitstreamRemarkParser.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
BitstreamRemarkParser.h Remarks - fix static analyzer warnings. NFCI. 2019-11-09 13:01:05 +00:00
BitstreamRemarkSerializer.cpp
CMakeLists.txt [Remarks] Extend the RemarkStreamer to support other emitters 2020-02-04 17:16:02 -08:00
LLVMBuild.txt
Remark.cpp
RemarkFormat.cpp Remarks - fix shadow variable warnings. NFCI. 2019-11-09 13:01:03 +00:00
RemarkLinker.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
RemarkParser.cpp
RemarkSerializer.cpp
RemarkStreamer.cpp [Remarks] Extend the RemarkStreamer to support other emitters 2020-02-04 17:16:02 -08:00
RemarkStringTable.cpp
YAMLRemarkParser.cpp
YAMLRemarkParser.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
YAMLRemarkSerializer.cpp