aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Format/Format.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-01-10 20:19:27 +0000
committerNico Weber <nicolasweber@gmx.de>2013-01-10 20:19:27 +0000
commitd5bfae62aa53290d333211bc5886da786033cfd0 (patch)
treeb4268c1684c49fdfd03ed3c1627cf7943dda1608 /include/clang/Format/Format.h
parente0fd429757fb4cf801643200b2fb709cd7a957ad (diff)
Formatter: Land header change I forgot to land in r172099.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172101 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Format/Format.h')
-rw-r--r--include/clang/Format/Format.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h
index 7713cf784a..0c13dbeaca 100644
--- a/include/clang/Format/Format.h
+++ b/include/clang/Format/Format.h
@@ -55,6 +55,10 @@ struct FormatStyle {
/// \brief The number of spaces to before trailing line comments.
unsigned SpacesBeforeTrailingComments;
+
+ /// \brief Add a space in front of an Objective-C protocol list, i.e. use
+ /// Foo <Protocol> instead of Foo<Protocol>.
+ bool ObjCSpaceBeforeProtocolList;
};
/// \brief Returns a format style complying with the LLVM coding standards: