Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
6b81b0d82a78740b3fb69bacf5d729b6f9374dac
/
test
/
SemaObjC
/
warn-missing-super.m
d1e40d5
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
by John McCall
· 13 years ago
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