================
@@ -16,3 +16,73 @@ using T = A<void>::B<int>;
 
 using Copy = decltype(copy);
 using Copy = A<void>::B<int>;
+
+namespace GH94614 {
+
+template <class, class> struct S {};
----------------
hokein wrote:

I wonder whether it is feasible to add an ast-dump test for this issue, I find 
seeing and verifying the shape of AST deduction guide is clearer. However, the 
ast-dump doesn't seem to dump much information about the type of the function 
parameter decl, which is the information we want to verify. 

https://github.com/llvm/llvm-project/pull/94740
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to