aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-03-20 09:09:30 -0700
committerGitHub <noreply@github.com>2025-03-20 09:09:30 -0700
commit71935281e02cfaef2bd109bcb58f0d80039ffd15 (patch)
tree15d762c50e8e65d1ce7bd59bb018958f27ffc341 /clang/lib/CodeGen/CodeGenModule.cpp
parent7c1f473524abe4d85af9ea390d3516848c9ba31e (diff)
downloadllvm-71935281e02cfaef2bd109bcb58f0d80039ffd15.zip
llvm-71935281e02cfaef2bd109bcb58f0d80039ffd15.tar.gz
llvm-71935281e02cfaef2bd109bcb58f0d80039ffd15.tar.bz2
[Target] Use *Set::insert_range (NFC) (#132140)
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); This patch does not touch custom begin like succ_begin for now.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions