================ @@ -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/212856 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
