Warn on missing [super finalize] calls.

This matches gcc's logic. Second half of PR10661.

llvm-svn: 138730
This commit is contained in:
Nico Weber
2011-08-28 22:35:17 +00:00
parent 7881affdbf
commit 1fb82667dd
11 changed files with 45 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ cocoa::NamingConvention cocoa::deriveNamingConvention(Selector S,
case OMF_None:
case OMF_autorelease:
case OMF_dealloc:
case OMF_finalize:
case OMF_release:
case OMF_retain:
case OMF_retainCount: