[PATCH] D152108: [ADT] Deprecate StringRef::{starts,ends}with_insensitive
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 09:48:12 PDT 2023
MaskRay added a comment.
In D152108#4449023 <https://reviews.llvm.org/D152108#4449023>, @tmatheson wrote:
> Do we need to deprecate, or can we simply remove the old definitions?
`startswith_insensitive` appears to be used rare enough, mostly used within llvm-project. I think we can just remove them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152108/new/
https://reviews.llvm.org/D152108
More information about the llvm-commits
mailing list