[all-commits] [llvm/llvm-project] 7d3087: [lldb][NFCI] Avoid a few unnecessary ConstString c...
Alex via All-commits
all-commits at lists.llvm.org
Fri Jun 16 14:22:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d30878bf8586a991264c5ca9095a7b5a5234a42
https://github.com/llvm/llvm-project/commit/7d30878bf8586a991264c5ca9095a7b5a5234a42
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
Log Message:
-----------
[lldb][NFCI] Avoid a few unnecessary ConstString constructions in StructuredDataDarwinLog
Process::GetStructuredDataPlugin takes a StringRef directly, no need to
convert them to ConstString first.
More information about the All-commits
mailing list