more how noisy it is.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167300
91177308-0d34-0410-b5e6-
96231b3b80d8
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 "