]> granicus.if.org Git - clang/commit
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)
commit4dd7f125d3136e57aa1c10721f7fc0f3f037dd76
treece9149012d0b2d4c56e0987c221d3a6eaaeda673
parent86cd45525cbe6e1f2b18442110109f31109b6ee1
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238184 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/ContinuationIndenter.cpp
lib/Format/FormatToken.cpp
unittests/Format/FormatTest.cpp