aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Parse/DeclSpec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/clang/Parse/DeclSpec.h b/include/clang/Parse/DeclSpec.h
index b057292304..e52f307e6e 100644
--- a/include/clang/Parse/DeclSpec.h
+++ b/include/clang/Parse/DeclSpec.h
@@ -122,7 +122,9 @@ private:
// 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