[PATCH] D90533: [clang-format] Always consider option PenaltyBreakBeforeFirstCallParameter
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 31 09:48:15 PDT 2020
MyDeveloperDay added a comment.
You need to supply full context diffs
================
Comment at: clang/unittests/Format/FormatTest.cpp:4481
Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
+ Style.PenaltyBreakBeforeFirstCallParameter = 0;
Style.AlignOperands = FormatStyle::OAS_DontAlign;
----------------
Why do you need these? what is the default value of this as set in the LLVM style?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90533/new/
https://reviews.llvm.org/D90533
More information about the cfe-commits
mailing list