[clang] Add configuration option PenaltyBreakBeforeMemberAccess (PR #118409)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 09:18:38 PST 2025


================
@@ -22365,6 +22365,19 @@ TEST_F(FormatTest, BreakPenaltyAfterForLoopLParen) {
                Style);
 }
 
+TEST_F(FormatTest, BreakPenaltyBeforeMemberAccess) {
----------------
owenca wrote:

I was looking at the option names, not the test names. Please ignore this request if you like.

https://github.com/llvm/llvm-project/pull/118409


More information about the cfe-commits mailing list