[llvm] Change `auto` to `const auto &` to avoid copying (PR #102122)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 12:22:25 PDT 2024


https://github.com/MaskRay requested changes to this pull request.

The second member is by reference even when `auto` is used.

https://github.com/llvm/llvm-project/pull/102122


More information about the llvm-commits mailing list