llvm-capstone/clang/lib/Edit
Kazu Hirata f3dcc2351c
[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)
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.
2023-12-13 08:54:13 -08:00
..
CMakeLists.txt
Commit.cpp [clang] Use StringRef::{starts,ends}_with (NFC) (#75149) 2023-12-13 08:54:13 -08:00
EditedSource.cpp Revert "[NFC][clang] EditedSource::applyRewrites - useless call" 2023-08-23 08:32:30 -07:00
RewriteObjCFoundationAPI.cpp [clang] Use StringRef::{starts,ends}_with (NFC) (#75149) 2023-12-13 08:54:13 -08:00