]> granicus.if.org Git - clang/commitdiff
Re-enable missing -dealloc check.
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Jul 2008 23:56:31 +0000 (23:56 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Jul 2008 23:56:31 +0000 (23:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53578 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc-analyzer

index 1499dfc84c493f63531aac588bdea67213b92e5c..b8f2a10ff893c53e07b873f173294247841c6574 100755 (executable)
@@ -138,7 +138,7 @@ def main(args):
   if analysis_type is not None:
     analysis_type = "-" + analysis_type
   else:
-    analysis_type = "-warn-dead-stores -checker-cfref -warn-objc-methodsigs"
+    analysis_type = "-warn-dead-stores -checker-cfref -warn-objc-methodsigs -warn-objc-missing-dealloc"
 
   # Determine the level of verbosity.
   if os.environ.get('CCC_ANALYZER_VERBOSE') is not None: