summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/iboutletcollection-attr.m
Commit message (Expand)AuthorAgeFilesLines
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-311-5/+5
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-2/+2
* Objective-C: Warn when IBOutletCollection propertyFariborz Jahanian2013-06-251-0/+7
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-241-2/+2
* Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of ...Ted Kremenek2011-11-011-3/+3
* objc: allow class name qualified with protocols inFariborz Jahanian2011-10-181-1/+1
* objc: more changes in use of IBOutletCollection attribute.Fariborz Jahanian2011-10-181-0/+2
* objc: diagnose invalid argument to anFariborz Jahanian2011-10-181-0/+10
* Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation...Ted Kremenek2011-09-291-2/+3
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-2/+2
* Remove space from rdar URIs.Fariborz Jahanian2010-11-091-1/+1
* Fix typo in error message and testcase.Eric Christopher2010-08-251-5/+5
* Diagnose if type of iboutletcollection attribute is a builtin type.Fariborz Jahanian2010-08-171-0/+1
* Diagnose use of iboutletcollection on ivar/propertyFariborz Jahanian2010-08-171-1/+4
* Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian2010-08-171-0/+26