================ @@ -4050,7 +4050,7 @@ void TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) const { ChildSize + Current->SpacesRequiredBefore; } - if (Current->is(TT_CtorInitializerColon)) + if (Current->isOneOf(TT_CtorInitializerColon, TT_LambdaLSquare)) ---------------- mydeveloperday wrote:
is this bit tested or unrelated? https://github.com/llvm/llvm-project/pull/105613 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits