[llvm] [ADT] Use SmallPtrSet or SmallSet flexibly (NFC) (PR #154680)

Jakub Kuderski via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 21 07:04:36 PDT 2025


================
@@ -387,9 +387,13 @@ TYPED_TEST(DenseMapTest, ConstIteratorTest) {
   EXPECT_TRUE(cit == cit2);
 }
 
+template <typename T, unsigned N>
----------------
kuhar wrote:

Can you add a comment explaining what the intention behind this is?

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


More information about the llvm-commits mailing list