aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index 1499dfc84c..b8f2a10ff8 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 -warn-objc-methodsigs"
+ analysis_type = "-warn-dead-stores -checker-cfref -warn-objc-methodsigs -warn-objc-missing-dealloc"
# Determine the level of verbosity.
if os.environ.get('CCC_ANALYZER_VERBOSE') is not None: