================
@@ -2074,6 +2087,7 @@ class AnnotatingParser {
       if (ctx.ContextType == Context::StructArrayInitializer)
         return LT_ArrayOfStructInitializer;
 
+    markTokenAsTemplateArgumentInLine();
----------------
HazardyKnusperkeks wrote:

I think you want this before the preceding loop. And can you get it into the 
first pass of the line? Just going through all tokens again doesn't seem nice.

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

Reply via email to