]> granicus.if.org Git - clang/commit
clang-format: Add flag for removing empty lines at the start of blocks.
authorDaniel Jasper <djasper@google.com>
Fri, 21 Mar 2014 13:43:14 +0000 (13:43 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 21 Mar 2014 13:43:14 +0000 (13:43 +0000)
commitb6e55caa1d10e2292cbb953a1934e91a3511b084
treed285840cc01f69e8b237a1b30d659dbad2709115
parent151dc0d62126b1c387e54eb2121ec012d5df6f92
clang-format: Add flag for removing empty lines at the start of blocks.

This unbreaks polly-formatting-tests and we can make a decision for
LLVM style independently.

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