[clang] [clang-format] bugfix: Whitesmiths with IndentAccessModifiers (PR #182432)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 21 03:20:29 PST 2026
================
@@ -762,12 +762,13 @@ FormatToken *UnwrappedLineParser::parseBlock(bool MustBeDeclaration,
const bool MacroBlock = FormatTok->is(TT_MacroBlockBegin);
FormatTok->setBlockKind(BK_Block);
+ const bool Whitesmiths =
----------------
HazardyKnusperkeks wrote:
```suggestion
const bool IsWhitesmiths =
```
Or something similar. My last proposal was intentionally shortened.
https://github.com/llvm/llvm-project/pull/182432
More information about the cfe-commits
mailing list