mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 21:06:05 +00:00

We can use *Set::insert_range to replace "for" loop-based insertions. In some cases, we can further fold insert_range into the set declaration.