Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADT] Deprecate StringRef::{starts,ends}with (llvm#75491)
This patch deprecates StringRef::{starts,ends}with. Note that I've replaced all known uses of StringRef::{starts,ends}with with StringRef::{starts,ends}_with for consistency with std::{string,string_view}::{starts,ends}_with in C++20.
- Loading branch information