[llvm-branch-commits] [clang] release/23.x: [clang-format] Harden star and amp annotation (#212856) (PR #216554)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Aug 23 12:16:08 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/216554


More information about the llvm-branch-commits mailing list