From: Daniel Dunbar Date: Tue, 30 Mar 2010 22:26:15 +0000 (+0000) Subject: Formatting tweaks. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69d66b28dc953ae7c2c0b877c78ccd9c691b44f1;p=clang Formatting tweaks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99947 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index 5e06f05624..2cdb983513 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -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: