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

Ted Kremenek kremenek at apple.com
Fri Jul 11 15:41:44 PDT 2008


Author: kremenek
Date: Fri Jul 11 17:41:43 2008
New Revision: 53483

URL: http://llvm.org/viewvc/llvm-project?rev=53483&view=rev
Log:
Run by default: -check-objc-methodsigs

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=53483&r1=53482&r2=53483&view=diff

==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Fri Jul 11 17:41:43 2008
@@ -138,7 +138,7 @@
   if analysis_type is not None:
     analysis_type = "-" + analysis_type
   else:
-    analysis_type = "-warn-dead-stores -checker-cfref"
+    analysis_type = "-warn-dead-stores -checker-cfref -check-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