================ @@ -465,6 +493,9 @@ bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, SwitchLabelEncountered = true; parseStructuralElement(); break; + case tok::kw_using: + parseStmt(Style.IndentUsingDeclarations); ---------------- HazardyKnusperkeks wrote:
```suggestion parseStmt(/*KeepIndentation=*/Style.IndentUsingDeclarations); ``` https://github.com/llvm/llvm-project/pull/102894 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits