This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Remove unneeded temporary std::string allocations in SBAPI
ClosedPublic

Authored by bulbazord on Jul 11 2023, 6:14 PM.

Details

Summary

This uses some friend class trickery to avoid some unneeded temporary
std::string allocations.

Diff Detail

Event Timeline

bulbazord created this revision.Jul 11 2023, 6:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 6:14 PM
bulbazord requested review of this revision.Jul 11 2023, 6:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2023, 6:14 PM
clayborg accepted this revision.Jul 12 2023, 10:25 AM
This revision is now accepted and ready to land.Jul 12 2023, 10:25 AM