summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/default-synthesize-3.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C [qoi]. When reporting that a property is notFariborz Jahanian2014-10-101-4/+4
* Objective-C. Issue more warning diagnostic when certainFariborz Jahanian2014-07-261-6/+6
* Remove trailing whitespace introduced in r203028.Bob Wilson2014-03-111-4/+4
* Objective-C. Suppress the warning for auto synthesis of property notFariborz Jahanian2014-03-051-0/+32
* Enhance "auto synthesis will not synthesize property in protocol" to include ...Ted Kremenek2013-12-121-2/+2
* Making some attribute diagnostics more consistent. Removes a newly-unused dia...Aaron Ballman2013-11-241-1/+1
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-2/+2
* ObjectiveC: Handle the case of qualifying protocolsFariborz Jahanian2013-09-251-0/+24
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-1/+1
* Fixing the build bots from the previous commit.Aaron Ballman2013-07-231-1/+1
* Replacing some manual diagnostic checks with an existing helper method. Addi...Aaron Ballman2013-07-231-0/+3
* Objective-C: Another case of issuing warning about misusingFariborz Jahanian2013-06-071-0/+25
* Objective-C: Removes a bogus warning about auto-synthesisFariborz Jahanian2013-06-071-0/+18
* Objective-C: Tighten the rules when warningFariborz Jahanian2013-03-211-0/+31
* Objective-C: In my last path, also checkFariborz Jahanian2013-03-121-0/+11
* Objective-C: Issue warning in couple of obscure casesFariborz Jahanian2013-03-121-0/+30
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* After further discussion, rename attribute 'objc_disable_automatic_synthesis'...Ted Kremenek2012-01-051-7/+7
* Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_syn...Ted Kremenek2012-01-041-7/+7
* Test case for my previous patch.Fariborz Jahanian2012-01-041-2/+2
* Support __has_attribute for objc_suppress_autosynthesisFariborz Jahanian2012-01-041-0/+2
* objc: diagnose misplacement of objc_suppress_autosynthesisFariborz Jahanian2012-01-031-0/+6
* objc: use objc_suppress_autosynthesis attribute on classesFariborz Jahanian2012-01-031-0/+33