]> granicus.if.org Git - clang/commit
Leave constructor initializer lists on one line in styles with no column limit.
authorAlexander Kornienko <alexfh@google.com>
Wed, 4 Dec 2013 12:21:08 +0000 (12:21 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 4 Dec 2013 12:21:08 +0000 (12:21 +0000)
commit015280a8320e1ce80792b9bd6346a2105c2efd95
tree66733ed231b571f117bd4b393fc32170ad186967
parentac808362b209f9b1f7436f0a597e441444bc08cb
Leave constructor initializer lists on one line in styles with no column limit.

Summary:
Allow tryFitMultipleLinesInOne join unwrapped lines when
ContinuationIndenter::mustBreak doesn't agree. But don't merge any lines, that
are separate in the input.

Reviewers: djasper

Reviewed By: djasper

CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D2321

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