summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-04-18 00:15:13 -0700
committerGitHub <noreply@github.com>2025-04-18 00:15:13 -0700
commitf4c76bba5909e9c3e542ac723b9a1c0f1c229e79 (patch)
tree07208fcf23f693f73ef7bb72efa71f593f8c265c /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parente0a6905287050d57ea0413cba7f011803b1f65ef (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