This uses some friend class trickery to avoid some unneeded temporary
std::string allocations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155035
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 12 2023, 10:25 AM Closed by commit rG7ee633a24b8c: [lldb][NFCI] Remove unneeded temporary std::string allocations in SBAPI (authored by bulbazord). · Explain WhyJul 14 2023, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540494 lldb/include/lldb/API/SBStringList.h
lldb/source/API/SBDebugger.cpp
lldb/source/API/SBStringList.cpp
lldb/source/API/SBStructuredData.cpp
lldb/source/API/SBThread.cpp
|