diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-16 10:14:44 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-16 10:14:44 -0800 |
commit | 395f9ce30e884cb6ce02f7a3bdd0dd1f72ea9033 (patch) | |
tree | 5f9a34fa18423256e94f094e47863a05e9b88181 /lldb/source/Commands/CommandObjectCommands.cpp | |
parent | f49e2b05bf3ececa2fe20c5d658ab92ab974dc36 (diff) | |
download | llvm-395f9ce30e884cb6ce02f7a3bdd0dd1f72ea9033.zip llvm-395f9ce30e884cb6ce02f7a3bdd0dd1f72ea9033.tar.gz llvm-395f9ce30e884cb6ce02f7a3bdd0dd1f72ea9033.tar.bz2 |
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.
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions