[llvm] [NFC][LLVM][ADT] Change a few `const StringRef &` arguments to value (PR #163994)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 11:17:26 PDT 2025


================
@@ -21,6 +21,7 @@
 #include "llvm/ADT/Hashing.h"
 #include "llvm/ADT/STLForwardCompat.h"
 #include "llvm/ADT/STLFunctionalExtras.h"
+#include "llvm/ADT/StringRef.h"
----------------
jurahul wrote:

Done.

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


More information about the llvm-commits mailing list