[cfe-commits] r49309 - /cfe/trunk/include/clang/Parse/DeclSpec.h
Chris Lattner
sabre at nondot.org
Sun Apr 6 21:47:30 PDT 2008
Author: lattner
Date: Sun Apr 6 23:47:29 2008
New Revision: 49309
URL: http://llvm.org/viewvc/llvm-project?rev=49309&view=rev
Log:
add an example.
Modified:
cfe/trunk/include/clang/Parse/DeclSpec.h
Modified: cfe/trunk/include/clang/Parse/DeclSpec.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/DeclSpec.h?rev=49309&r1=49308&r2=49309&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/DeclSpec.h (original)
+++ cfe/trunk/include/clang/Parse/DeclSpec.h Sun Apr 6 23:47:29 2008
@@ -122,7 +122,9 @@
// attributes.
AttributeList *AttrList;
- // List of protocol qualifiers for objective-c classes.
+ // List of protocol qualifiers for objective-c classes. Used for
+ // protocol-qualified interfaces "NString<foo>" and protocol-qualified id
+ // "id<foo>".
llvm::SmallVector<Action::DeclTy *, 8> *ProtocolQualifiers;
// SourceLocation info. These are null if the item wasn't specified or if
More information about the cfe-commits
mailing list