[all-commits] [llvm/llvm-project] 1a397e: [lldb][NFCI] Remove use of ConstString from Struct...
Alex via All-commits
all-commits at lists.llvm.org
Fri Jun 23 10:37:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a397ecffdea64f5a521b4aac1fa4b98723dec22
https://github.com/llvm/llvm-project/commit/1a397ecffdea64f5a521b4aac1fa4b98723dec22
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-23 (Fri, 23 Jun 2023)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/include/lldb/Target/StructuredDataPlugin.h
M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
M lldb/source/Target/Process.cpp
M lldb/source/Target/StructuredDataPlugin.cpp
Log Message:
-----------
[lldb][NFCI] Remove use of ConstString from StructuredDataPlugin
The use of ConstString in StructuredDataPlugin is unneccessary as fast
comparisons are not neeeded for StructuredDataPlugins.
Differential Revision: https://reviews.llvm.org/D153482
More information about the All-commits
mailing list