[cfe-commits] r149931 - /cfe/trunk/include/clang/AST/Decl.h
Eli Friedman
eli.friedman at gmail.com
Mon Feb 6 15:34:35 PST 2012
Author: efriedma
Date: Mon Feb 6 17:34:35 2012
New Revision: 149931
URL: http://llvm.org/viewvc/llvm-project?rev=149931&view=rev
Log:
Minor comment clarification.
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=149931&r1=149930&r2=149931&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Mon Feb 6 17:34:35 2012
@@ -2813,7 +2813,7 @@
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
More information about the cfe-commits
mailing list