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)
commit289afc071ed0b1aa39b4021c5dc032163be5ce7e
tree47be356e566fe68ad208ea12e7cf22f4d4f017da
parent5fd24c673e679557c3fcc16a6686c5f4af4944b9
clang-format: Support nested block formatting with ColumnLimit=0.

llvm-svn: 235580
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/UnwrappedLineFormatter.h
clang/unittests/Format/FormatTest.cpp