[clang-tools-extra] [clang-cl] Fix for __FUNCTION__ in c++. (PR #66120)

Zahira Ammarguellat via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 15 07:24:37 PDT 2023


================
@@ -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


More information about the cfe-commits mailing list