[cfe-commits] r53576 - /cfe/trunk/utils/ccc-analyzer
Ted Kremenek
kremenek at apple.com
Mon Jul 14 16:41:50 PDT 2008
Author: kremenek
Date: Mon Jul 14 18:41:49 2008
New Revision: 53576
URL: http://llvm.org/viewvc/llvm-project?rev=53576&view=rev
Log:
Using new clang option to invoke the type-signature check of Objective-C instance methods.
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=53576&r1=53575&r2=53576&view=diff
==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Mon Jul 14 18:41:49 2008
@@ -138,7 +138,7 @@
if analysis_type is not None:
analysis_type = "-" + analysis_type
else:
- analysis_type = "-warn-dead-stores -checker-cfref -check-objc-methodsigs"
+ 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