forked from OSchip/llvm-project
iboutletcollection really does have custom parsing.
llvm-svn: 193777
This commit is contained in:
parent
3606da2614
commit
1306625b91
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue