[PATCH] D32478: [clang-format] Fix AlignOperands when BreakBeforeBinaryOperators is set
Francois Ferrand via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 19 05:55:47 PDT 2017
Typz added a comment.
In https://reviews.llvm.org/D32478#758258, @djasper wrote:
> When you say "this doesn't happen in tests", do you mean this never happens when there are parentheses around the expression?
By 'test' I meant 'conditional construct' : it happens when there are parentheses around the expression, but it does not happen when these parentheses are the parentheses from a `if (...)`
https://reviews.llvm.org/D32478
More information about the cfe-commits
mailing list