aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-03-26 07:47:02 -0700
committerGitHub <noreply@github.com>2025-03-26 07:47:02 -0700
commit1cc07a0865c1828792fbc7427d175c4ce753a27d (patch)
treeb0e542ee8cac8af8b3677f3ff87961211c30ed4b /clang/lib/Frontend/InitPreprocessor.cpp
parent40d251db4a58df37e356a10d94db2263c5f60d4b (diff)
downloadllvm-1cc07a0865c1828792fbc7427d175c4ce753a27d.zip
llvm-1cc07a0865c1828792fbc7427d175c4ce753a27d.tar.gz
llvm-1cc07a0865c1828792fbc7427d175c4ce753a27d.tar.bz2
[mlir] Use *Set::insert_range (NFC) (#133043)
We can use *Set::insert_range to collapse: for (auto Elem : Range) Set.insert(E); down to: Set.insert_range(Range); In some cases, we can further fold that into the set declaration.
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions