summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-04-18 12:03:49 -0700
committerGitHub <noreply@github.com>2025-04-18 12:03:49 -0700
commit28c0d9d37c1f088855119ec4488943d2b4cded8c (patch)
tree38ede6998efb26e988bc33e33be8e7776a4e051a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent32503013ea49f74bb63983705b6316b158d74bda (diff)
[mlir] Use llvm::append_range (NFC) (#136257)
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