commit | 4f3a83db5f231ed0ccc400e013387cd6ced9598a | [log] [tgz] |
---|---|---|
author | Kazu Hirata <kazu@google.com> | Sat Dec 16 15:02:15 2023 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Sat Dec 16 15:06:12 2023 -0800 |
tree | 8bbb646abae9e62801654da86bae541e16841c65 | |
parent | 473e4f8bdeee1ae69d0728a160d3d4e5080af4e7 [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: ee667db4b83eb6171bbceca1010cddd0da6f17ca