mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 22:36:06 +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.