Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
8cd8de4c0fb5f3e86dbbde5844903136c5e0e046
/
test
/
SemaObjC
/
warn-missing-super.m
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
27f0776
Do not warn about [super finalize] in arc mode.
by Nico Weber
· 13 years ago
80cb6e6
Warn on missing [super finalize] calls.
by Nico Weber
· 13 years ago
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
9a1ecf0
Warn on missing [super dealloc] calls.
by Nico Weber
· 13 years ago