summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/warn-missing-super.m
Commit message (Expand)AuthorAgeFilesLines
* 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