[PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes

Daphne Pfister via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 09:04:37 PST 2017


daphnediane added a comment.

In https://reviews.llvm.org/D21279#667471, @bmharper wrote:

> Thanks @daphnediane. I only read your comment after merging, but that would have been helpful.


If you still want my diff let me know as it is slightly different from yours. No longer has NestingAndIndent level as a data member of Changes ( but has a inline method that gets the values though not 100% sure that is needed as I experimented with a version without it), no longer needs propagateIndentLevels, etc.


https://reviews.llvm.org/D21279





More information about the cfe-commits mailing list