]> granicus.if.org Git - clang/commit
clang-format: Add option to break after definition return type for top-level function...
authorBirunthan Mohanathas <birunthan@mohanathas.com>
Mon, 29 Jun 2015 15:30:42 +0000 (15:30 +0000)
committerBirunthan Mohanathas <birunthan@mohanathas.com>
Mon, 29 Jun 2015 15:30:42 +0000 (15:30 +0000)
commit9d44adcff8d354df321297ce0e4ff00312bc3f8f
treee00f9ee0722095213c081b7b9fc92da0336b873d
parent18bd7cce0dd8c7aa2691bff008c4035e96bd9bb6
clang-format: Add option to break after definition return type for top-level functions only

Differential Revision: http://reviews.llvm.org/D10774

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