]> granicus.if.org Git - clang/commit
clang-format: Support nested block formatting with ColumnLimit=0.
authorDaniel Jasper <djasper@google.com>
Thu, 23 Apr 2015 09:23:17 +0000 (09:23 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 23 Apr 2015 09:23:17 +0000 (09:23 +0000)
commiteeee6f3fabff8a274e4f889ab7eeb610dd6021cc
tree01553cdfea3a6905ea688bc16ec46459123cd857
parent6e91ef37fd19cb4ee72ec6f86df1497bc080caa5
clang-format: Support nested block formatting with ColumnLimit=0.

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