]> granicus.if.org Git - clang/commitdiff
Move -Wimplicit-retain-self to be off-by-default until we can evaluate
authorTed Kremenek <kremenek@apple.com>
Fri, 2 Nov 2012 17:48:49 +0000 (17:48 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 2 Nov 2012 17:48:49 +0000 (17:48 +0000)
more how noisy it is.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167300 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 3ad91485125614d01a7decc8c5554697af79a2df..80ac5ad65545ef0f4b753bc2705b614e3ab7a663 100644 (file)
@@ -718,7 +718,7 @@ def warn_arc_repeated_use_of_weak : Warning <
 def warn_implicitly_retains_self : Warning <
   "block implicitly retains 'self'; explicitly mention 'self' to indicate "
   "this is intended behavior">,
-  InGroup<DiagGroup<"implicit-retain-self">>;
+  InGroup<DiagGroup<"implicit-retain-self">>, DefaultIgnore;
 def warn_arc_possible_repeated_use_of_weak : Warning <
   "weak %select{variable|property|implicit property|instance variable}0 %1 may "
   "be accessed multiple times in this %select{function|method|block|lambda}2 "