From e97c58d1f64fca38055deb6669b55f90ae8890ca Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 6 Feb 2012 23:34:35 +0000 Subject: [PATCH] Minor comment clarification. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149931 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/Decl.h b/include/clang/AST/Decl.h index b600e38714..37c962357d 100644 --- a/include/clang/AST/Decl.h +++ b/include/clang/AST/Decl.h @@ -2813,7 +2813,7 @@ class RecordDecl : public TagDecl { bool AnonymousStructOrUnion : 1; /// HasObjectMember - This is true if this struct has at least one member - /// containing an object. + /// containing an Objective-C object pointer type. bool HasObjectMember : 1; /// \brief Whether the field declarations of this record have been loaded -- 2.50.1