summaryrefslogtreecommitdiffstats
path: root/test/Misc/warning-flags.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-11-29 19:18:47 +0000
committerTed Kremenek <kremenek@apple.com>2011-11-29 19:18:47 +0000
commit2cbe84dd36664b54bf056e4c69fe8d0fecd7346c (patch)
tree950d64d912588714bddb98197d3164c97db9acc1 /test/Misc/warning-flags.c
parentf9e357d8a66c606a86a6e1aef678898b8843bd30 (diff)
Place "use @dynamic or provide a method implementation" warnings under a -W flag.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc/warning-flags.c')
-rw-r--r--test/Misc/warning-flags.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Misc/warning-flags.c b/test/Misc/warning-flags.c
index 5fc48cdb6d..04a2fde860 100644
--- a/test/Misc/warning-flags.c
+++ b/test/Misc/warning-flags.c
@@ -17,7 +17,7 @@ This test serves two purposes:
The list of warnings below should NEVER grow. It should gradually shrink to 0.
-CHECK: Warnings without flags (274):
+CHECK: Warnings without flags (272):
CHECK-NEXT: ext_anon_param_requires_type_specifier
CHECK-NEXT: ext_anonymous_struct_union_qualified
CHECK-NEXT: ext_array_init_copy
@@ -265,8 +265,6 @@ CHECK-NEXT: warn_remainder_by_zero
CHECK-NEXT: warn_root_inst_method_not_found
CHECK-NEXT: warn_second_parameter_of_va_start_not_last_named_argument
CHECK-NEXT: warn_second_parameter_to_va_arg_never_compatible
-CHECK-NEXT: warn_setter_getter_impl_required
-CHECK-NEXT: warn_setter_getter_impl_required_in_category
CHECK-NEXT: warn_standalone_specifier
CHECK-NEXT: warn_static_inline_explicit_inst_ignored
CHECK-NEXT: warn_static_non_static