r193777 - iboutletcollection really does have custom parsing.
Aaron Ballman
aaron at aaronballman.com
Thu Oct 31 10:44:01 PDT 2013
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 {
More information about the cfe-commits
mailing list