]> granicus.if.org Git - clang/commit
Warn on missing [super dealloc] calls.
authorNico Weber <nicolasweber@gmx.de>
Mon, 22 Aug 2011 17:25:57 +0000 (17:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 22 Aug 2011 17:25:57 +0000 (17:25 +0000)
commit9a1ecf0522ccb7a45577f856150c15af0ee1df2a
treedeaec3b3a32d6ea056a9f4e391bcc1c4a3e3bc21
parent0124839d7fb3d846795190ba2ccf3951f27784fe
Warn on missing [super dealloc] calls.

This matches gcc's logic. Half of PR10661.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138240 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/Sema/Sema.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/warn-missing-super.m [new file with mode: 0644]