Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.
authorDaniel Jasper <djasper@google.com>
Fri, 15 Feb 2013 16:49:44 +0000 (16:49 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 15 Feb 2013 16:49:44 +0000 (16:49 +0000)
commit23e8e0c7ea1fb149e69c5b506a387dee22d925e9
tree11309356ede87115ed0aa17434f5d52edef1c592
parent3182c3e441c6c63a3b0647d3f16ac735e54f3f5a
Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.

This got lost and was untested as the same effect is achieved by
avoiding bin packing, which is active in Google style by default.
However, moving forward, we want more control over the bin packing
option(s) and thus, this flag should work as expected.

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