diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-28 15:16:31 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-28 15:16:31 +0000 |
commit | 83f25ba0499f18b91501fb6538c49ebc7827bea0 (patch) | |
tree | 0d7b274b1b0d4afc41930c01fc83334a27f3d177 /include/clang/Basic/SourceManager.h | |
parent | 02b771e3110f7799f93d5d17dc6fefc5713387c3 (diff) |
Let clang-format break after a function's return type.
Before:
TypeSpecDecl *TypeSpecDecl::Create(ASTContext &C, DeclContext *DC,
SourceLocation L, IdentifierInfo *II,
Type *T) {}
After:
TypeSpecDecl *
TypeSpecDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L,
IdentifierInfo *II, Type *T) {}
This fixes llvm.org/PR14717.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
0 files changed, 0 insertions, 0 deletions