================
@@ -2674,15 +2675,18 @@ bool UnwrappedLineParser::parseParens(TokenType 
StarAndAmpTokenType,
   bool SeenComma = false;
   bool SeenEqual = false;
   bool MightBeFoldExpr = false;
+  auto ExcessLess = 0;
----------------
owenca wrote:

```suggestion
  unsigned ExcessLess = 0;
```

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

Reply via email to