]> granicus.if.org Git - clang/commitdiff
iboutletcollection really does have custom parsing.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 31 Oct 2013 17:44:01 +0000 (17:44 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 31 Oct 2013 17:44:01 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193777 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Attr.td

index 79db50766bc66110c4f757d6e90361fbd667ae6b..21c56c3520a46b98d52612fdd78234cfd58ea4bc 100644 (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 {