Kazu Hirata
bb6df0804b
[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) ( #91441 )
...
I'm planning to remove StringRef::equals in favor of
StringRef::operator==.
- StringRef::operator==/!= outnumber StringRef::equals by a factor of
70 under llvm/ in terms of their usage.
- The elimination of StringRef::equals brings StringRef closer to
std::string_view, which has operator== but not equals.
- S == "foo" is more readable than S.equals("foo"), especially for
!Long.Expression.equals("str") vs Long.Expression != "str".
2024-05-08 10:33:53 -07:00
..
2024-03-04 13:14:39 +00:00
2024-05-08 10:33:53 -07:00
2024-04-25 11:25:37 -07:00
2024-05-04 09:00:59 +08:00
2024-04-26 14:47:48 +09:00
2024-04-05 09:24:13 -07:00
2024-05-03 12:55:31 +01:00
2024-05-08 10:59:53 +09:00
2024-01-19 00:19:31 -08:00
2024-03-05 18:00:46 -08:00
2024-01-11 19:08:28 -05:00
2024-05-01 10:39:41 -04:00
2024-03-27 05:27:44 +00:00
2024-03-05 18:00:46 -08:00
2024-01-22 21:19:16 -08:00
2024-05-03 12:55:31 +01:00
2024-04-15 11:53:15 -07:00
2024-04-29 15:31:34 -05:00
2024-05-08 10:33:53 -07:00
2024-03-19 12:30:50 -07:00
2024-01-11 19:08:28 -05:00
2024-04-26 23:10:20 +00:00
2024-05-08 10:33:53 -07:00
2024-02-22 10:26:05 -08:00
2024-01-26 16:12:50 -08:00
2024-04-23 23:11:37 -08:00
2024-03-04 08:44:36 -08:00
2024-01-11 19:08:28 -05:00
2024-05-03 12:55:31 +01:00
2024-01-11 19:08:28 -05:00
2024-04-05 14:18:59 +01:00
2024-04-26 15:50:44 -07:00
2024-03-28 11:41:49 +00:00
2024-05-07 09:13:44 +01:00
2024-01-11 19:08:28 -05:00
2024-01-11 19:08:28 -05:00
2024-02-09 14:22:47 -08:00
2024-05-01 09:01:46 -07:00
2024-05-08 10:33:53 -07:00
2024-03-10 20:31:22 -07:00
2024-04-24 16:25:35 -07:00
2024-04-11 15:28:32 +08:00
2024-04-29 14:05:19 +03:00
2024-04-22 12:35:04 -07:00
2024-04-25 13:21:46 -07:00
2024-04-22 18:04:15 +01:00
2024-01-20 09:57:03 +01:00
2024-03-19 08:48:57 +02:00
2024-01-11 19:08:28 -05:00
2024-04-22 13:14:53 +02:00
2024-01-11 19:08:28 -05:00
2024-05-08 10:33:53 -07:00
2024-05-08 10:33:53 -07:00
2024-03-25 10:18:53 -07:00
2024-03-02 17:47:40 -08:00
2024-01-11 19:08:28 -05:00
2024-03-28 10:29:30 -07:00
2024-04-22 13:37:06 +01:00
2024-04-15 11:53:15 -07:00
2024-05-01 10:39:41 -04:00
2024-04-11 17:09:07 +01:00