================
@@ -108,7 +108,7 @@ namespace Auto {
   TIntPtr<IntPtr> ipip;
 
   TAuto<Auto> aa;
-  TAuto<AutoPtr> aap; // expected-error@#AutoPtr {{could not match 'auto *' 
against 'auto'}}
+  TAuto<AutoPtr> aap; // expected-error@#TAuto {{non-type template parameter 
'' with type 'auto *' has incompatible initializer of type 'auto'}}
----------------
erichkeane wrote:

What is going on with the empty quotes in the diagnostic?  Can we do better at 
that?

https://github.com/llvm/llvm-project/pull/160439
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to