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

Gedare Bloom via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 07:12:10 PST 2025


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

I'm confused by the sorting request. I put it where it is lexicographically sorted.

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


More information about the cfe-commits mailing list