summaryrefslogtreecommitdiffstats
path: root/clang/utils/ccc-analyzer
diff options
context:
space:
mode:
Diffstat (limited to 'clang/utils/ccc-analyzer')
-rwxr-xr-xclang/utils/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer
index b2e80bb8686..1499dfc84c4 100755
--- a/clang/utils/ccc-analyzer
+++ b/clang/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 -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:
OpenPOWER on IntegriCloud