Kazu Hirata
586ecdf205
[llvm] Use StringRef::{starts,ends}_with (NFC) ( #74956 )
...
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-11 21:01:36 -08:00
..
2023-12-11 21:01:36 -08:00
2023-12-11 21:01:36 -08:00
2023-09-23 16:27:02 -07:00
2023-09-28 21:34:14 -07:00
2023-10-10 21:54:15 -07:00
2023-10-20 00:37:47 -07:00
2023-04-03 15:38:07 +02:00
2023-07-22 09:52:14 -07:00
2023-10-10 21:54:15 -07:00
2023-04-03 15:38:07 +02:00
2023-03-27 17:37:58 -07:00
2023-08-23 14:31:42 -07:00
2023-03-31 20:41:31 -07:00
2023-03-31 20:41:31 -07:00
2023-12-11 21:01:36 -08:00
2023-09-20 03:49:08 +09:00
2023-12-11 21:01:36 -08:00
2023-09-14 14:10:14 -07:00
2023-03-27 17:37:58 -07:00
2023-12-11 21:01:36 -08:00
2023-03-27 17:37:58 -07:00
2023-12-11 14:30:32 -08:00
2023-09-28 10:30:38 -07:00
2023-12-11 21:01:36 -08:00
2023-09-09 13:10:38 -07:00
2023-07-06 17:59:21 -07:00
2023-11-27 09:48:56 -08:00
2023-08-14 07:58:25 +02:00
2023-04-02 10:27:06 -07:00
2023-11-11 00:35:14 -08:00
2023-10-05 10:08:38 -04:00