[cfe-commits] r99947 - /cfe/trunk/include/clang/AST/Decl.h

Daniel Dunbar daniel at zuster.org
Tue Mar 30 15:26:15 PDT 2010


Author: ddunbar
Date: Tue Mar 30 17:26:15 2010
New Revision: 99947

URL: http://llvm.org/viewvc/llvm-project?rev=99947&view=rev
Log:
Formatting tweaks.

Modified:
    cfe/trunk/include/clang/AST/Decl.h

Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=99947&r1=99946&r2=99947&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Tue Mar 30 17:26:15 2010
@@ -1838,12 +1838,12 @@
   /// If so, this cannot be contained in arrays or other structs as a member.
   bool HasFlexibleArrayMember : 1;
 
-  /// AnonymousStructOrUnion - Whether this is the type of an
-  /// anonymous struct or union.
+  /// AnonymousStructOrUnion - Whether this is the type of an anonymous struct
+  /// or union.
   bool AnonymousStructOrUnion : 1;
 
-  /// HasObjectMember - This is true if this struct has at least one
-  /// member containing an object
+  /// HasObjectMember - This is true if this struct has at least one member
+  /// containing an object.
   bool HasObjectMember : 1;
 
 protected:





More information about the cfe-commits mailing list