tra added inline comments.
================ Comment at: test/SemaCUDA/constexpr-ctor.cu:14-27 +template <class T> struct B { + T a; + constexpr B() = default; +}; + +template <class T> struct C { + T a; ---------------- Do we really need three identical templates? If they are needed to let compiler emit multiple diagnostics, perhaps we could just add another template parameter so we can get different instantiations. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68753/new/ https://reviews.llvm.org/D68753 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits