[clang-format] Don’t propagate AvoidBinPacking into argument
authorDaniel Jasper <djasper@google.com>
Mon, 8 May 2017 15:07:52 +0000 (15:07 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 8 May 2017 15:07:52 +0000 (15:07 +0000)
commit988e7e4fe8b0276ae59ba1a8022f2bca3372b2f2
tree7309c493fb35959e68c3ca1d52453305b97b3251
parent7fa777fb74c6e4c17db42e8bd90183cbba4745fc
[clang-format] Don’t propagate AvoidBinPacking into argument
subexpressions

This is an attempt to fix the issue described in a recent email:
http://lists.llvm.org/pipermail/cfe-dev/2017-April/053632.html

Patch by jtbandes. Thank you!
Review: https://reviews.llvm.org/D32475

llvm-svn: 302427
clang/lib/Format/ContinuationIndenter.cpp
clang/unittests/Format/FormatTest.cpp