[PATCH] D150426: [llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 10:56:52 PDT 2023
dblaikie added a comment.
I should check - are these function names actually in std::string_view? It doesn't look like it, so renaming them doesn't help us get to the ability to switch to std::string_view, right?
Maybe it'd make more sense to make these non-member functions, so the StringRef API gets closer to string_view?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150426/new/
https://reviews.llvm.org/D150426
More information about the llvm-commits
mailing list