1. 8cd8de4 Tweak -Wobjc-missing-super-calls to not warning about missing [super dealloc] when in GC-only mode, and to not warning about missing [super finalize] when not using GC. by Ted Kremenek · 13 years ago
  2. 27f0776 Do not warn about [super finalize] in arc mode. by Nico Weber · 13 years ago
  3. 80cb6e6 Warn on missing [super finalize] calls. by Nico Weber · 13 years ago
  4. 4eb14ca Do not perform check for missing '[super dealloc]' under ARC as calling -dealloc is illegal in that mode. by Ted Kremenek · 13 years ago
  5. 9a1ecf0 Warn on missing [super dealloc] calls. by Nico Weber · 13 years ago