[all-commits] [llvm/llvm-project] 3a1a0d: [lldb] Add StringList::AppendString(const Twine&) ...
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Jan 5 18:49:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a1a0d4957ece964a88b9912f4a86f651f026392
https://github.com/llvm/llvm-project/commit/3a1a0d4957ece964a88b9912f4a86f651f026392
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M lldb/include/lldb/Utility/StringList.h
M lldb/source/Utility/StringList.cpp
Log Message:
-----------
[lldb] Add StringList::AppendString(const Twine&) (NFC)
Add a convenience for appending constructed string values.
Differential Revision: https://reviews.llvm.org/D116682
More information about the All-commits
mailing list