From: Ted Kremenek Date: Fri, 11 Jul 2008 22:41:43 +0000 (+0000) Subject: Run by default: -check-objc-methodsigs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b10bd7e839636098ebb3cce1258a416455b466b;p=clang Run by default: -check-objc-methodsigs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53483 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index f4c960d1c0..b2e80bb868 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" + 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: