diff options
| author | Kazu Hirata <kazu@google.com> | 2025-04-18 12:03:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 12:03:49 -0700 |
| commit | 28c0d9d37c1f088855119ec4488943d2b4cded8c (patch) | |
| tree | 38ede6998efb26e988bc33e33be8e7776a4e051a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 32503013ea49f74bb63983705b6316b158d74bda (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
