Add a convenience for appending constructed string values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116682
[lldb] Add StringList::AppendString(const Twine&) (NFC) ClosedPublic Authored by kastiglione on Jan 5 2022, 11:06 AM.
Details Summary Add a convenience for appending constructed string values.
Diff Detail
Event Timelinekastiglione created this revision. This revision is now accepted and ready to land.Jan 5 2022, 5:24 PM Closed by commit rG3a1a0d4957ec: [lldb] Add StringList::AppendString(const Twine&) (NFC) (authored by kastiglione). · Explain WhyJan 5 2022, 6:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397769 lldb/include/lldb/Utility/StringList.h
lldb/source/Utility/StringList.cpp
|