File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4626,7 +4626,8 @@ def note_getter_unavailable : Note<
4626
4626
def err_invalid_protocol_qualifiers : Error<
4627
4627
"invalid protocol qualifiers on non-ObjC type">;
4628
4628
def warn_ivar_use_hidden : Warning<
4629
- "local declaration of %0 hides instance variable">;
4629
+ "local declaration of %0 hides instance variable">,
4630
+ InGroup<DiagGroup<"shadow-ivar">>;
4630
4631
def error_ivar_use_in_class_method : Error<
4631
4632
"instance variable %0 accessed in class method">;
4632
4633
def error_implicit_ivar_access : Error<
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This test serves two purposes:
17
17
18
18
The list of warnings below should NEVER grow . It should gradually shrink to 0.
19
19
20
- CHECK : Warnings without flags (311 ):
20
+ CHECK : Warnings without flags (310 ):
21
21
CHECK - NEXT : backslash_newline_space
22
22
CHECK - NEXT : charize_microsoft_ext
23
23
CHECK - NEXT : ext_anon_param_requires_type_specifier
@@ -219,7 +219,6 @@ CHECK-NEXT: warn_instance_method_on_class_found
219
219
CHECK - NEXT : warn_integer_too_large
220
220
CHECK - NEXT : warn_integer_too_large_for_signed
221
221
CHECK - NEXT : warn_invalid_asm_cast_lvalue
222
- CHECK - NEXT : warn_ivar_use_hidden
223
222
CHECK - NEXT : warn_label_attribute_not_unused
224
223
CHECK - NEXT : warn_many_braces_around_scalar_init
225
224
CHECK - NEXT : warn_maynot_respond
You can’t perform that action at this time.
0 commit comments