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
..
2023-12-13 08:54:13 -08:00
2023-07-12 11:04:38 -07:00
2023-11-28 09:19:39 -08:00
2023-11-28 09:19:39 -08:00
2022-09-02 13:57:39 -05:00
2023-11-21 13:36:50 +00:00
2023-12-08 18:22:41 -08:00
2023-12-13 08:54:13 -08:00
2023-02-10 09:59:46 +00:00
2023-11-08 11:43:35 -08:00
2023-12-13 08:54:13 -08:00
2023-05-16 15:35:05 +02:00
2023-11-28 09:19:39 -08:00
2023-12-07 16:54:00 +08:00
2022-08-23 20:52:29 -05:00
2023-09-08 19:04:01 -07:00
2023-12-07 17:40:58 -08:00
2023-06-15 14:46:54 -04:00
2023-09-08 19:04:01 -07:00
2023-06-01 10:10:00 -07:00
2023-09-08 19:04:01 -07:00
2023-10-06 12:55:48 -07:00
2023-09-13 15:31:58 -07:00
2022-08-26 18:49:29 +00:00
2023-03-15 18:06:34 -07:00
2022-12-07 15:27:38 -08:00
2023-09-27 14:07:10 +02:00
2023-12-13 08:54:13 -08:00