[all-commits] [llvm/llvm-project] 8a4636: [lldb][NFCI] ConstString methods should take Strin...
Alex via All-commits
all-commits at lists.llvm.org
Mon Jun 5 13:07:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a4636929fd649d4311fadb03c6e4be4fefec3af
https://github.com/llvm/llvm-project/commit/8a4636929fd649d4311fadb03c6e4be4fefec3af
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M lldb/include/lldb/Utility/ConstString.h
M lldb/source/Utility/ConstString.cpp
Log Message:
-----------
[lldb][NFCI] ConstString methods should take StringRefs by value
StringRef was made to be passed by value efficiently.
Differential Revision: https://reviews.llvm.org/D152010
More information about the All-commits
mailing list