diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-30 22:26:15 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-30 22:26:15 +0000 |
commit | 76dc2e677c75915a026d7a31bd25971c4f05a953 (patch) | |
tree | 43031c7568b40be456f5e376f7c2a0a3c5e937dd | |
parent | 6915cbe7a2a338ccb747bb95158d4c0c12a6462a (diff) | |
download | bcm5719-llvm-76dc2e677c75915a026d7a31bd25971c4f05a953.tar.gz bcm5719-llvm-76dc2e677c75915a026d7a31bd25971c4f05a953.zip |
Formatting tweaks.
llvm-svn: 99947
-rw-r--r-- | clang/include/clang/AST/Decl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/include/clang/AST/Decl.h b/clang/include/clang/AST/Decl.h index 5e06f05624e..2cdb9835139 100644 --- a/clang/include/clang/AST/Decl.h +++ b/clang/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: |