[PATCH] D32478: [clang-format] Fix AlignOperands when BreakBeforeBinaryOperators is set
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 03:15:10 PDT 2019
MyDeveloperDay added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:187
/// expressions.
- ///
- /// Specifically, this aligns operands of a single expression that needs to be
- /// split over multiple lines, e.g.:
- /// \code
- /// int aaa = bbbbbbbbbbbbbbb +
- /// ccccccccccccccc;
- /// \endcode
- bool AlignOperands;
+ OperandAlignmentStyle AlignOperands;
----------------
I think you are missing an entry in the operator== in Format.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D32478/new/
https://reviews.llvm.org/D32478
More information about the cfe-commits
mailing list