commit | 473e4f8bdeee1ae69d0728a160d3d4e5080af4e7 | [log] [tgz] |
---|---|---|
author | Kazu Hirata <kazu@google.com> | Sat Dec 16 14:39:37 2023 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Dec 16 14:41:54 2023 -0800 |
tree | 825fdc978c869875f3f0f09f2bde7845119df1c1 | |
parent | b5df1d775d79600b8b7eda8682fb3eb968d8c001 [diff] |
[lldb] Use StringRef::{starts,ends}_with (NFC) 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. GitOrigin-RevId: 744f38913fa380580431df0ae89ef5fb3df30240