================ @@ -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 { ---------------- vbvictor wrote:
We should change `issue` to `gh` as in previous PR. 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