================
@@ -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 {};
----------------
zyn0217 wrote:
Yeah, and I've even tried `#pragma clang __debug dump param,` which doesn't 
work either...

I was expecting we could dump the TypeLoc through some command lines, but 
unfortunately, this isn't the case.

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