mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 09:16:04 +00:00

These were detected by the new -Wauto-by-value-copy (D114989) warning, these by-value constant copies need only be references. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D114990