jbcoe added inline comments.
================ Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2007 + if (FormatTok->is(tok::l_brace)) { + if (Style.isCSharp() && Style.BraceWrapping.AfterFunction == true) { + FormatTok->MustBreakBefore = true; ---------------- I think this check for `Style.isCSharp()` is redundant as it's already checked above. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115738/new/ https://reviews.llvm.org/D115738 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits