Files
clang-p2996/llvm/unittests/ADT/StringRefTest.cpp
Luke Lau 1c209322e4 [ADT] Make StringRef std::string_view conversion operator constexpr. NFC (#77506)
This would allow us to compare StringRefs via std::string_view, avoiding
having
to make the existing StringRef compare machinery constexpr for now.
2024-01-11 01:22:41 +07:00

38 KiB