[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 09:44:55 PDT 2024
jurahul wrote:
> To me this seems like overkill for what we need to check that rbegin/rend point to the right place... For example, you can use `llvm::equal` to check that ranges match.
SG. I'll repurpose this to just remove the << operators which we have discovered as not needed.
https://github.com/llvm/llvm-project/pull/105500
More information about the llvm-commits
mailing list