Author: aaronballman
Date: Thu Oct 31 12:44:01 2013
New Revision: 193777

URL: http://llvm.org/viewvc/llvm-project?rev=193777&view=rev
Log:
iboutletcollection really does have custom parsing.

Modified:
    cfe/trunk/include/clang/Basic/Attr.td

Modified: cfe/trunk/include/clang/Basic/Attr.td
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Attr.td?rev=193777&r1=193776&r2=193777&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Attr.td (original)
+++ cfe/trunk/include/clang/Basic/Attr.td Thu Oct 31 12:44:01 2013
@@ -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 {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to