Rahul Joshi 2a72522c52
[NFC][LLVM] Pass/return SMLoc by value instead of const reference (#160797)
SMLoc itself encapsulates just a pointer, so there is no need to pass or
return it by reference.
2025-09-26 08:58:35 -07:00
..