================ @@ -163,3 +163,16 @@ struct TemplateTypeAlias { Alias3<TypeAlias::Alias> &operator=(double) { return *this; } // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: operator=() should return 'TemplateTypeAlias&' [misc-unconventional-assign-operator] }; + +namespace issue143237 { +template<typename T> +struct B { ---------------- flovent wrote:
Adjusted in new commit. https://github.com/llvm/llvm-project/pull/143292 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits