clang-format: Guard the bin-packing in braced lists on BinPackArguments
authorDaniel Jasper <djasper@google.com>
Tue, 26 May 2015 07:26:26 +0000 (07:26 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 26 May 2015 07:26:26 +0000 (07:26 +0000)
commit0843434e742e1a7b48f9307b175af42c6840295d
treeaae6e0dddfac03d5d3063328ea0f7cd1132c03ab
parent0805199185ef27e3ebd87acb95bbf5a794ee7efe
clang-format: Guard the bin-packing in braced lists on BinPackArguments
instead of BinPackParameters. Braced lists are used as constructor
calls in many places and so the bin-packing should follow what is done
for other calls and not what is done for function declarations.

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