[cfe-commits] r53619 - /cfe/trunk/utils/ccc-analyzer

Ted Kremenek kremenek at apple.com
Tue Jul 15 10:06:44 PDT 2008


Author: kremenek
Date: Tue Jul 15 12:06:44 2008
New Revision: 53619

URL: http://llvm.org/viewvc/llvm-project?rev=53619&view=rev
Log:
Do not enable -warn-objc-missing-dealloc by default.

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=53619&r1=53618&r2=53619&view=diff

==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Tue Jul 15 12:06:44 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 -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:





More information about the cfe-commits mailing list