commit | 1fb82667dd9a23fc2481194b342c74ca6fc321d1 | [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 | 6dee0115cd87aea75135f8460777c11e90d97ac6 | |
parent | 7881affdbf76a53bb71d4ebfa41e1fa8cf345ac6 [diff] [blame] |
Warn on missing [super finalize] calls. This matches gcc's logic. Second half of PR10661. llvm-svn: 138730
diff --git a/clang/lib/Analysis/CocoaConventions.cpp b/clang/lib/Analysis/CocoaConventions.cpp index ea60f26..3926ce5 100644 --- a/clang/lib/Analysis/CocoaConventions.cpp +++ b/clang/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: