This is an archive of the discontinued LLVM Phabricator instance.

[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
sufficient.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 16 2023, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 3:50 PM
bulbazord requested review of this revision.Jun 16 2023, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 3:50 PM
JDevlieghere accepted this revision.Jun 21 2023, 9:09 AM
This revision is now accepted and ready to land.Jun 21 2023, 9:09 AM