================
@@ -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 ";
+
----------------
rnk wrote:

I would move it into `printArgument`. If you have to, it would be find to add a 
new flag to PrintingPolicy. We have lots of fine-grained flags there.

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