[cfe-commits] r172101 - /cfe/trunk/include/clang/Format/Format.h
Nico Weber
nicolasweber at gmx.de
Thu Jan 10 12:19:27 PST 2013
Author: nico
Date: Thu Jan 10 14:19:27 2013
New Revision: 172101
URL: http://llvm.org/viewvc/llvm-project?rev=172101&view=rev
Log:
Formatter: Land header change I forgot to land in r172099.
Modified:
cfe/trunk/include/clang/Format/Format.h
Modified: cfe/trunk/include/clang/Format/Format.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Format/Format.h?rev=172101&r1=172100&r2=172101&view=diff
==============================================================================
--- cfe/trunk/include/clang/Format/Format.h (original)
+++ cfe/trunk/include/clang/Format/Format.h Thu Jan 10 14:19:27 2013
@@ -55,6 +55,10 @@
/// \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:
More information about the cfe-commits
mailing list