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)
commitc75e1effed73e1a3f7e9b509634648d71c1dddcf
tree55d9255a471826b6195cf0de94a97209618730a3
parente40fb373ef4f93fd3c22ad094260512044bab0fe
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).

llvm-svn: 212597
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp