From: Ted Kremenek Date: Tue, 15 Jul 2008 17:06:44 +0000 (+0000) Subject: Do not enable -warn-objc-missing-dealloc by default. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24ec065270558f912b42b9329a0a3eefe51d7404;p=clang Do not enable -warn-objc-missing-dealloc by default. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53619 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index b8f2a10ff8..1499dfc84c 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -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 -warn-objc-missing-dealloc" + analysis_type = "-warn-dead-stores -checker-cfref -warn-objc-methodsigs" # Determine the level of verbosity. if os.environ.get('CCC_ANALYZER_VERBOSE') is not None: