Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65474 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/scan-build b/utils/scan-build
index 99a7990..6d43c3c 100755
--- a/utils/scan-build
+++ b/utils/scan-build
@@ -120,7 +120,8 @@
   '-warn-dead-stores' => 1,
   '-checker-cfref' => 1,
   '-warn-objc-methodsigs' => 1,
-  '-warn-objc-missing-dealloc' => 1,
+  # Do not enable the missing -dealloc check by default.
+  #  '-warn-objc-missing-dealloc' => 1,
   '-warn-objc-unused-ivars' => 1,
 );