aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-03-23 00:23:19 -0700
committerGitHub <noreply@github.com>2025-03-23 00:23:19 -0700
commit4a7643400c44db434983c172d2329bf31679e8fa (patch)
treee37839b3c2e931858dbe6e0fb7f3de7405aa1803 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parentc440563da724cbf60c5cdb1cd7c61a21aec04145 (diff)
downloadllvm-4a7643400c44db434983c172d2329bf31679e8fa.zip
llvm-4a7643400c44db434983c172d2329bf31679e8fa.tar.gz
llvm-4a7643400c44db434983c172d2329bf31679e8fa.tar.bz2
[clang-tools-extra] Use *Set::insert_range (NFC) (#132589)
DenseSet, SmallPtrSet, SmallSet, SetVector, and StringSet recently gained C++23-style insert_range. This patch replaces: Dest.insert(Src.begin(), Src.end()); with: Dest.insert_range(Src);
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions