]> granicus.if.org Git - clang/commitdiff
Formatting tweaks.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 30 Mar 2010 22:26:15 +0000 (22:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 30 Mar 2010 22:26:15 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99947 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Decl.h

index 5e06f05624ec2f5c67ad50ace9047a358233505d..2cdb98351394e983dcb2077788b100ea9e5d00e8 100644 (file)
@@ -1838,12 +1838,12 @@ class RecordDecl : public TagDecl {
   /// 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: