]> granicus.if.org Git - clang/commit
clang-format: Fix import statements with ColumnLimit: 0
authorDaniel Jasper <djasper@google.com>
Mon, 5 May 2014 08:08:07 +0000 (08:08 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 5 May 2014 08:08:07 +0000 (08:08 +0000)
commitdf4eadab62feb70d64fe947fed0418d1f9814183
treeaea886e50be99bc6043aeaef63d120a387129483
parent95a932e123dd15941307db62dd4eb3c1ea8a7e54
clang-format: Fix import statements with ColumnLimit: 0

These used to interact badly with AlwaysBreakBeforeMultilineStrings.

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