[cfe-commits] r53578 - /cfe/trunk/utils/ccc-analyzer
Ted Kremenek
kremenek at apple.com
Mon Jul 14 16:56:31 PDT 2008
Author: kremenek
Date: Mon Jul 14 18:56:31 2008
New Revision: 53578
URL: http://llvm.org/viewvc/llvm-project?rev=53578&view=rev
Log:
Re-enable missing -dealloc check.
Modified:
cfe/trunk/utils/ccc-analyzer
Modified: cfe/trunk/utils/ccc-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/ccc-analyzer?rev=53578&r1=53577&r2=53578&view=diff
==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Mon Jul 14 18:56:31 2008
@@ -138,7 +138,7 @@
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:
More information about the cfe-commits
mailing list