diff options
author | Nicolas van Kempen <nvankempen@meta.com> | 2023-12-04 14:39:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 15:39:28 +0100 |
commit | bc8cff1d7fb2069aa3f7333e25642f2571049af1 (patch) | |
tree | c63335303250513f9bfa6e47bdfbe9113d0d5141 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2b7191c8993b5608ddb8b89c049717b497265796 (diff) | |
download | llvm-bc8cff1d7fb2069aa3f7333e25642f2571049af1.zip llvm-bc8cff1d7fb2069aa3f7333e25642f2571049af1.tar.gz llvm-bc8cff1d7fb2069aa3f7333e25642f2571049af1.tar.bz2 |
[clang-tidy] Add new modernize-use-starts-ends-with check (#72385)
Make a modernize version of abseil-string-find-startswith using the
available C++20 `std::string::starts_with` and
`std::string_view::starts_with`. Following up from
https://github.com/llvm/llvm-project/pull/72283.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions