commit | 80cb6e69d9e85231588ae604e4bc2bc9a07389af | [log] [tgz] |
---|---|---|
author | Nico Weber <nicolasweber@gmx.de> | Sun Aug 28 22:35:17 2011 +0000 |
committer | Nico Weber <nicolasweber@gmx.de> | Sun Aug 28 22:35:17 2011 +0000 |
tree | 111a0d0d921aa094530bfdb2ebf4a49f7352b6c6 | |
parent | f5e39ece75b18c9ce19351929d4879ad9731e7f5 [diff] [blame] |
Warn on missing [super finalize] calls. This matches gcc's logic. Second half of PR10661. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138730 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CocoaConventions.cpp b/lib/Analysis/CocoaConventions.cpp index ea60f26..3926ce5 100644 --- a/lib/Analysis/CocoaConventions.cpp +++ b/lib/Analysis/CocoaConventions.cpp
@@ -40,6 +40,7 @@ case OMF_None: case OMF_autorelease: case OMF_dealloc: + case OMF_finalize: case OMF_release: case OMF_retain: case OMF_retainCount: