[clang] [clang-format] Harden star and amp annotation (PR #212856)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 31 22:16:48 PDT 2026


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


More information about the cfe-commits mailing list