================
@@ -22365,6 +22365,19 @@ TEST_F(FormatTest, BreakPenaltyAfterForLoopLParen) {
Style);
}
+TEST_F(FormatTest, BreakPenaltyBeforeMemberAccess) {
----------------
owenca wrote:Please move up this test to line 22307 to keep the `PenaltyBreak...` options (kind of) sorted. https://github.com/llvm/llvm-project/pull/118409 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
