diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-13 23:26:09 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-13 23:26:09 -0800 |
commit | d5953e3e3092f7142a07aa012fc9665ede09e53b (patch) | |
tree | f5845795a7a5c69cb3e03fe0289dfe9f7215c9f6 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 76bbbcb41bcf4a1d7a26bb11b78cf97b60ea7d4b (diff) | |
download | llvm-d5953e3e3092f7142a07aa012fc9665ede09e53b.zip llvm-d5953e3e3092f7142a07aa012fc9665ede09e53b.tar.gz llvm-d5953e3e3092f7142a07aa012fc9665ede09e53b.tar.bz2 |
[clangd] 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 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions