diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2014-09-29 20:17:04 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2014-09-29 20:17:04 +0000 |
| commit | b417b8f71fbfba07d7d474c244bdaf6e729186ff (patch) | |
| tree | 34b364572267a30b3ce9090aec023350018fa9fa /clang/test | |
| parent | da9d495d03f0b7324af9d8a0eb01c3ddbcef55a5 (diff) | |
| download | bcm5719-llvm-b417b8f71fbfba07d7d474c244bdaf6e729186ff.tar.gz bcm5719-llvm-b417b8f71fbfba07d7d474c244bdaf6e729186ff.zip | |
Objective-C [qoi] - provide group name for
warn_property_types_are_incompatible. rdar://18487506
llvm-svn: 218621
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Misc/warning-flags.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Misc/warning-flags.c b/clang/test/Misc/warning-flags.c index 015b1f9dd5a..066cf01ed86 100644 --- a/clang/test/Misc/warning-flags.c +++ b/clang/test/Misc/warning-flags.c @@ -18,7 +18,7 @@ This test serves two purposes: The list of warnings below should NEVER grow. It should gradually shrink to 0. -CHECK: Warnings without flags (100): +CHECK: Warnings without flags (99): CHECK-NEXT: ext_delete_void_ptr_operand CHECK-NEXT: ext_excess_initializers CHECK-NEXT: ext_excess_initializers_in_char_array_initializer @@ -104,7 +104,6 @@ CHECK-NEXT: warn_pp_line_decimal CHECK-NEXT: warn_pragma_pack_pop_identifer_and_alignment CHECK-NEXT: warn_pragma_pack_show CHECK-NEXT: warn_property_getter_owning_mismatch -CHECK-NEXT: warn_property_types_are_incompatible CHECK-NEXT: warn_readonly_property CHECK-NEXT: warn_register_objc_catch_parm CHECK-NEXT: warn_related_result_type_compatibility_class |

