Warn on missing [super finalize] calls.
This matches gcc's logic. Second half of PR10661. llvm-svn: 138730
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user