Kazu Hirata
9aae8ef329
[Scalar] Use SmallPtrSet directly instead of SmallSet (NFC) ( #154473 )
...
I'm trying to remove the redirection in SmallSet.h:
template <typename PointeeType, unsigned N>
class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N>
{};
to make it clear that we are using SmallPtrSet. There are only
handful places that rely on this redirection.
This patch replaces SmallSet to SmallPtrSet where the element type is
a pointer.
2025-08-20 16:30:39 -07:00
..
2025-06-17 15:55:14 +01:00
2025-08-14 12:37:17 -07:00
2025-06-16 08:59:18 -07:00
2025-07-21 17:49:25 +01:00
2025-06-11 17:42:10 +01:00
2025-08-20 13:50:11 -07:00
2025-08-18 07:01:29 -07:00
2025-07-08 21:43:51 +01:00
2025-08-18 07:01:29 -07:00
2025-08-18 07:01:29 -07:00
2025-06-17 15:55:14 +01:00
2025-08-04 09:27:01 +08:00
2025-07-31 07:56:05 +01:00
2025-08-18 07:01:29 -07:00
2025-08-08 11:09:34 +02:00
2025-08-08 12:05:29 -05:00
2025-08-15 07:30:43 +00:00
2025-07-21 17:49:25 +01:00
2025-08-19 10:25:45 +02:00
2025-06-04 16:47:20 +01:00
2025-07-04 14:10:28 +08:00
2025-08-14 12:50:17 -07:00
2025-08-01 14:18:07 +01:00
2025-07-28 12:08:43 +05:30
2025-07-23 15:18:46 -07:00
2025-07-25 22:37:20 +09:00
2025-08-03 08:44:43 -07:00
2025-07-22 16:01:49 +02:00
2025-07-24 15:50:00 -07:00
2025-07-14 22:19:14 -07:00
2025-08-01 14:18:07 +01:00
2025-08-18 07:01:29 -07:00
2025-08-18 07:01:29 -07:00
2025-06-26 22:32:31 +02:00
2025-08-11 09:25:01 +02:00
2025-08-18 07:01:29 -07:00
2025-08-20 16:30:39 -07:00
2025-08-12 12:42:08 -04:00
2025-06-11 15:15:24 +01:00
2025-07-24 17:17:47 -04:00
2025-08-19 10:59:38 +02:00
2025-08-13 11:49:44 -05:00
2025-08-18 17:40:08 +02:00
2025-07-16 11:41:32 +01:00
2025-07-14 22:19:14 -07:00
2025-08-20 13:50:11 -07:00
2025-08-18 07:01:29 -07:00
2025-07-23 09:48:32 +02:00