summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1499dfc84c4..b8f2a10ff89 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 -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:
OpenPOWER on IntegriCloud