[all-commits] [llvm/llvm-project] 5d49c9: [lldb][NFCI] Remove StructuredData::Array::GetItem...
Alex via All-commits
all-commits at lists.llvm.org
Tue Aug 29 16:05:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d49c9ce65881467295fd5ef2022b60d6601e82f
https://github.com/llvm/llvm-project/commit/5d49c9ce65881467295fd5ef2022b60d6601e82f
Author: Alex Langford <alangford at apple.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M lldb/include/lldb/Utility/StructuredData.h
M lldb/source/Target/DynamicRegisterInfo.cpp
Log Message:
-----------
[lldb][NFCI] Remove StructuredData::Array::GetItemAtIndexAsString overloads with ConstString
This is the next step in removing ConstString from StructuredData. There
are StringRef overloads already, let's use those where we can.
Differential Revision: https://reviews.llvm.org/D152870
More information about the All-commits
mailing list