]> granicus.if.org Git - clang/commit
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)
commitf1579605adf03f94a2ddddc95c764737ead0efe5
treec1c423cba1236b2e830d8b31e4a6958fa707bba6
parentf40fb4beaa22b4e53cd8b5319836b361ebfa6c62
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173806 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp