Nico Weber
|
f926a45df5
|
Do not warn about [super finalize] in arc mode.
llvm-svn: 138776
|
2011-08-29 22:59:14 +00:00 |
Nico Weber
|
1fb82667dd
|
Warn on missing [super finalize] calls.
This matches gcc's logic. Second half of PR10661.
llvm-svn: 138730
|
2011-08-28 22:35:17 +00:00 |
Ted Kremenek
|
618e574253
|
Do not perform check for missing '[super dealloc]' under ARC as calling -dealloc is illegal in that mode.
llvm-svn: 138261
|
2011-08-22 19:07:43 +00:00 |
Nico Weber
|
715abaf213
|
Warn on missing [super dealloc] calls.
This matches gcc's logic. Half of PR10661.
llvm-svn: 138240
|
2011-08-22 17:25:57 +00:00 |