================
@@ -2218,6 +2218,9 @@ printTo(raw_ostream &OS, ArrayRef<TA> Args, const 
PrintingPolicy &Policy,
     } else {
       if (!FirstArg)
         OS << Comma;
+      //if (Argument.getKind() == TemplateArgument::Type)
+      //  OS << "class ";
+
----------------
zahiraam wrote:

TODO: if we go with this solution, this needs to happen here, but it should be 
under some conditions? 

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

Reply via email to