summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/warn-missing-super.m
Commit message (Expand)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis2013-05-011-1/+1
* objective-C: Improving diagnostocs for missing call toFariborz Jahanian2012-09-101-2/+2
* objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian2012-09-071-2/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-5/+6
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Tweak -Wobjc-missing-super-calls to not warning about missing [super dealloc]...Ted Kremenek2011-09-281-2/+10
* Do not warn about [super finalize] in arc mode.Nico Weber2011-08-291-2/+1
* Warn on missing [super finalize] calls.Nico Weber2011-08-281-4/+16
* Do not perform check for missing '[super dealloc]' under ARC as calling -deal...Ted Kremenek2011-08-221-3/+9
* Warn on missing [super dealloc] calls.Nico Weber2011-08-221-0/+32