Kazu Hirata 1b97645e56 [ADT] Introduce StringRef::{starts,ends}_width{,_insensitive}
This patch introduces:

  StringRef::starts_with
  StringRef::starts_with_insensitive
  StringRef::ends_with
  StringRef::ends_with_insensitive

to be more compatible with std::string and std::string_view.

I'm planning to deprecate the existing functions in favor of the new
ones.

Differential Revision: https://reviews.llvm.org/D136030
2022-10-15 15:06:37 -07:00
..
2022-09-02 21:00:38 +00:00
2022-02-06 22:18:35 -08:00
2022-02-06 22:18:35 -08:00
2022-03-11 11:41:32 +01:00
2022-09-27 07:56:08 +00:00
2022-05-17 09:11:45 -07:00
2022-03-11 11:41:32 +01:00
2022-03-11 11:41:32 +01:00
2022-03-14 17:29:08 +01:00
2022-06-06 04:27:32 +00:00
2022-03-11 11:41:32 +01:00
2022-02-06 22:18:35 -08:00
2022-09-22 05:03:01 +02:00
2022-09-22 05:03:01 +02:00
2022-03-11 11:41:32 +01:00