https://github.com/cor3ntin commented:
Generally looks good but can you add tests for non aggregate with non elligible constructors and destructors ? (ie a class template with `requires false` on various destructor/constructor?) (or better yet a class template that takes a bool NTTP aso you can test with both a satisfied and unsatisfied condition. Also classes that have both an eligible and eligible constructor Also tests for non-aggregates with an explicitly deleted destructor? Thanks! https://github.com/llvm/llvm-project/pull/101807 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits