diff options
| author | Kazu Hirata <kazu@google.com> | 2025-04-18 00:15:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 00:15:13 -0700 |
| commit | f4c76bba5909e9c3e542ac723b9a1c0f1c229e79 (patch) | |
| tree | 07208fcf23f693f73ef7bb72efa71f593f8c265c /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | e0a6905287050d57ea0413cba7f011803b1f65ef (diff) | |
[clang] Use llvm::append_range (NFC) (#136256)
This patch replaces:
llvm::copy(Src, std::back_inserter(Dst));
with:
llvm::append_range(Dst, Src);
for breavity.
One side benefit is that llvm::append_range eventually calls
llvm::SmallVector::reserve if Dst is of llvm::SmallVector.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
