1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00
llvm-mirror/lib/Remarks
Benjamin Kramer 87d13166c7 Make llvm::StringRef to std::string conversions explicit.
This is how it should've been and brings it more in line with
std::string_view. There should be no functional change here.

This is mostly mechanical from a custom clang-tidy check, with a lot of
manual fixups. It uncovers a lot of minor inefficiencies.

This doesn't actually modify StringRef yet, I'll do that in a follow-up.
2020-01-28 23:25:25 +01: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 [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
LLVMBuild.txt [Remarks] Add parser for bitstream remarks 2019-09-09 17:43:50 +00:00
Remark.cpp [Remarks] Simplify and refactor the RemarkParser interface 2019-07-16 15:25:05 +00:00
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 [Remarks] Add support for prepending a path to external files 2019-10-16 15:40:59 +00:00
RemarkSerializer.cpp [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
RemarkStringTable.cpp [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
YAMLRemarkParser.cpp [Remarks] Add support for prepending a path to external files 2019-10-16 15:40:59 +00:00
YAMLRemarkParser.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
YAMLRemarkSerializer.cpp [Remarks] Pass StringBlockValue as StringRef. 2019-10-07 17:05:09 +00:00