Kazu Hirata
599005686a
[llvm] Use *Set::insert_range (NFC) ( #132325 )
...
DenseSet, SmallPtrSet, SmallSet, SetVector, and StringSet recently
gained C++23-style insert_range. This patch replaces:
Dest.insert(Src.begin(), Src.end());
with:
Dest.insert_range(Src);
This patch does not touch custom begin like succ_begin for now.
2025-03-20 22:24:06 -07:00
..
2025-03-06 10:27:47 +01:00
2025-03-14 07:22:44 -07:00
2025-01-16 12:27:54 -06:00
2025-03-08 23:54:57 +00:00
2025-03-20 12:21:43 +05:30
2025-03-12 10:02:30 +11:00
2025-03-03 13:46:33 +07:00
2025-03-03 13:46:33 +07:00
2025-03-18 14:00:34 +01:00
2025-01-20 18:25:51 +01:00
2024-12-17 19:24:32 +08:00
2025-01-28 14:56:58 +09:00
2025-03-05 07:22:35 -08:00
2024-12-11 15:44:44 -08:00
2025-03-03 13:46:33 +07:00
2024-12-11 15:44:44 -08:00
2025-03-03 13:46:33 +07:00
2024-12-11 15:44:44 -08:00
2024-12-11 15:44:44 -08:00
2025-03-13 14:26:42 +01:00
2025-03-17 17:01:06 -04:00
2024-12-11 15:44:44 -08:00
2024-12-11 15:44:44 -08:00
2025-03-20 22:24:06 -07:00
2025-03-03 13:46:33 +07:00
2025-01-21 09:24:55 -08:00
2024-12-11 15:44:44 -08:00
2025-03-06 10:27:47 +01:00
2025-03-12 10:02:30 +11:00
2025-03-07 09:37:19 +01:00
2024-12-11 15:44:44 -08:00
2025-03-14 15:50:49 +00:00
2024-12-11 15:44:44 -08:00
2025-03-14 15:50:49 +00:00
2025-03-19 22:10:57 -07:00
2024-12-18 23:36:13 -08:00
2025-03-04 00:08:51 -08:00
2025-03-19 15:02:17 -04:00
2024-12-11 15:44:44 -08:00
2024-12-11 15:44:44 -08:00
2025-03-07 08:34:29 +00:00
2025-03-20 22:24:06 -07:00
2025-03-06 10:27:47 +01:00
2025-01-24 15:08:14 +01:00
2025-03-03 13:46:33 +07:00
2025-03-08 18:52:24 +00:00
2025-03-20 22:24:06 -07:00
2024-12-11 15:44:44 -08:00
2025-03-10 09:48:40 +00:00
2025-03-18 22:12:45 -07:00
2025-03-19 14:32:28 +07:00
2025-03-11 07:34:27 -07:00
2025-02-22 09:52:53 -08:00
2025-02-24 23:08:48 -08:00
2025-03-12 17:35:09 +01:00
2025-01-24 10:53:11 +00:00
2024-12-11 15:44:44 -08:00
2024-12-11 15:44:44 -08:00
2024-12-11 15:44:44 -08:00
2025-03-03 13:46:33 +07:00
2025-03-06 11:01:17 +01:00
2025-03-04 09:39:30 -08:00
2025-03-14 15:50:49 +00:00
2025-03-03 13:46:33 +07:00
2024-12-11 15:44:44 -08:00
2025-02-11 15:11:02 +00:00
2025-03-03 13:46:33 +07:00