diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-13 23:48:53 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-13 23:48:53 -0800 |
commit | 11efccea8f96c64b893d527523b2bfe8b0734ebd (patch) | |
tree | b63ed3aa40ba1df08c20f44311da53baf44b464f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | ad8fd5b18545f90a2c3abcd056e9c566721d8711 (diff) | |
download | llvm-11efccea8f96c64b893d527523b2bfe8b0734ebd.zip llvm-11efccea8f96c64b893d527523b2bfe8b0734ebd.tar.gz llvm-11efccea8f96c64b893d527523b2bfe8b0734ebd.tar.bz2 |
[flang] 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