================ @@ -17,6 +17,66 @@ using namespace llvm; +TEST(SmallSetTest, ConstructorIteratorPair) { + auto L = {1, 2, 3, 4, 5}; ---------------- kuhar wrote:
Could you make the type explicit, both here and everywhere else below. Either initializer list or some other vector type is fine. https://github.com/llvm/llvm-project/pull/108601 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits