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