Files
clang-p2996/lldb/source/Plugins/StructuredData
Alex Langford 9e8a412cb3 [lldb][NFCI] Remove use of ConstString from StructuredDataDarwinLog static functions
The strings "DarwinLog" and "log" probably do not need to be in the
ConstString StringPool. We still create ConstStrings from them in some
places (for now) but that's because we don't have an implicit
constructor to convert a StringRef to a ConstString.

Differential Revision: https://reviews.llvm.org/D151599
2023-05-30 13:47:09 -07:00
..