================
@@ -2799,10 +2803,21 @@ bool UnwrappedLineParser::parseParens(TokenType 
StarAndAmpTokenType,
     case tok::kw_requires:
       parseRequiresExpression();
       break;
+    case tok::less:
+      // We have here no clue wether this is a less, or a template opener, opt
----------------
owenca wrote:

```suggestion
      // We have here no clue whether this is a less, or a template opener, opt
```

https://github.com/llvm/llvm-project/pull/212856
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to