[llvm] [NFC][ADT] Introduce a test harness for StringRefTest (PR #105500)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 05:12:00 PDT 2024


================
@@ -16,20 +16,7 @@
 #include "gtest/gtest.h"
 using namespace llvm;
 
-namespace llvm {
-
-std::ostream &operator<<(std::ostream &OS, const StringRef &S) {
----------------
jurahul wrote:

Updated change description as well to say:

* Delete unused << operators (googltest framework provides printers for StringRef and pairs).

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


More information about the llvm-commits mailing list