iboutletcollection really does have custom parsing.

llvm-svn: 193777
This commit is contained in:
Aaron Ballman 2013-10-31 17:44:01 +00:00
parent 3606da2614
commit 1306625b91
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ def IBOutlet : InheritableAttr {
def IBOutletCollection : InheritableAttr {
let Spellings = [GNU<"iboutletcollection">];
let Args = [TypeArgument<"Interface", 1>, SourceLocArgument<"InterfaceLoc">];
let HasCustomParsing = 1;
}
def Malloc : InheritableAttr {