]> granicus.if.org Git - clang/commit
[analyzer] Remove check covered by -Wobjc-missing-super-calls.
authorJordan Rose <jordan_rose@apple.com>
Fri, 22 Aug 2014 16:57:33 +0000 (16:57 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 22 Aug 2014 16:57:33 +0000 (16:57 +0000)
commit1292e095c4f119651724b5d861564f6434f85964
treecaeb87232ab8dfcb87bd7ac9f5156e53722bc4bb
parent99ef95c3fcaacededee4e5424c69f809cd9b5973
[analyzer] Remove check covered by -Wobjc-missing-super-calls.

The ObjCDealloc checker is currently disabled because it was too aggressive, but this
is a good first step in getting it back to a useful state.

Patch by David Kilzer!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216272 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp