ConstString's benefits are not being utilized here, StringRef is
sufficient.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153177
[lldb][NFCI] Remove ConstString from GDBRemoteCommunicationClient::ConfigureRemoteStructuredData ClosedPublic Authored by bulbazord on Jun 16 2023, 3:50 PM.
Details Summary ConstString's benefits are not being utilized here, StringRef is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 21 2023, 9:09 AM Closed by commit rGb4827a3c0a7e: [lldb][NFCI] Remove ConstString from GDBRemoteCommunicationClient… (authored by bulbazord). · Explain WhyJun 21 2023, 10:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 533321 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
|