mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 05:06:07 +00:00

This patch replaces uses of StringRef::{starts,ends}with with StringRef::{starts,ends}_with for consistency with std::{string,string_view}::{starts,ends}_with in C++20. I'm planning to deprecate and eventually remove StringRef::{starts,ends}with.