[llvm] [ADT] Add SmallPtrSet::insert_range (PR #131716)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 21:05:28 PDT 2025


================
@@ -411,6 +411,14 @@ TEST(SmallPtrSetTest, RemoveIf) {
   EXPECT_FALSE(Removed);
 }
 
+TEST(SmallPtrSetTest, InsertRange) {
+  int Vals[3] = {0, 1, 2};
----------------
kuhar wrote:

nit: maybe make these 3 local variables?

https://github.com/llvm/llvm-project/pull/131716


More information about the llvm-commits mailing list