Do not enable -warn-objc-missing-dealloc by default.

llvm-svn: 53619
This commit is contained in:
Ted Kremenek 2008-07-15 17:06:44 +00:00
parent 3a787bf977
commit e5165722ed
1 changed files with 1 additions and 1 deletions

View File

@ -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 -warn-objc-missing-dealloc"
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: