From: Aaron Ballman Date: Thu, 31 Oct 2013 17:44:01 +0000 (+0000) Subject: iboutletcollection really does have custom parsing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5849ca603014f6fd421872fff76cf5e0949bb3b;p=clang iboutletcollection really does have custom parsing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193777 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Attr.td b/include/clang/Basic/Attr.td index 79db50766b..21c56c3520 100644 --- a/include/clang/Basic/Attr.td +++ b/include/clang/Basic/Attr.td @@ -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 {