Allow all parameters on next line for function calls in Chrome.
authorDaniel Jasper <djasper@google.com>
Tue, 29 Jan 2013 16:03:49 +0000 (16:03 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 29 Jan 2013 16:03:49 +0000 (16:03 +0000)
commitf7db433ed49a43471073811d46e6869fd7f0a535
treef4e939e30e5a4cfdaa8292a66110c2ea86be045d
parent17fdaa40fc57baa4cad1d2e5144858d17e12982a
Allow all parameters on next line for function calls in Chrome.

The style guide only forbids this for function declarations. So,
now

someFunction(
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);

Is allowed in Chromium mode.

llvm-svn: 173806
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp