]> granicus.if.org Git - clang/commit
clang-format: Add new option to indent wrapped function declarations.
authorDaniel Jasper <djasper@google.com>
Wed, 9 Jul 2014 08:42:42 +0000 (08:42 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 9 Jul 2014 08:42:42 +0000 (08:42 +0000)
commitbdfb53808762019d0f56302ec24a033d4982f7ce
tree0f7f674ec3e49fbdfeece3040824df6a2a7dee5e
parent7f43bfc1ca781fec5da545b5f28285cd9970a7a9
clang-format: Add new option to indent wrapped function declarations.

Though not completely identical, make former
IndentFunctionDeclarationAfterType change this flag for backwards
compatibility (it is somewhat close in meaning and better the err'ing on
an unknown config flag).

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