From: Chris Lattner Date: Mon, 7 Apr 2008 04:47:29 +0000 (+0000) Subject: add an example. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28c0b7df574599d4c19a4c09ca61bb3d70a338cc;p=clang add an example. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49309 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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" and protocol-qualified id + // "id". llvm::SmallVector *ProtocolQualifiers; // SourceLocation info. These are null if the item wasn't specified or if