summaryrefslogtreecommitdiffstats
path: root/test/Misc/warning-flags.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2011-10-14 17:34:53 +0000
committerJoerg Sonnenberger <joerg@bec.de>2011-10-14 17:34:53 +0000
commitd5951cbf4ef86c417609237e6815ac3ca638a09c (patch)
tree1af32e2ba74d9b8610fdfdb1cade8a30cf6e17a0 /test/Misc/warning-flags.c
parenta1de8cb4b5b1c4139ebfc266ba5d3842421fc8a8 (diff)
Add flags for the remaining shift related warnings
(-Wshift-count-negative, -Wshift-count-overflow). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141962 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 44d6e9a348..2f7103ab1c 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 (299):
+CHECK: Warnings without flags (297):
CHECK-NEXT: backslash_newline_space
CHECK-NEXT: charize_microsoft_ext
CHECK-NEXT: ext_anon_param_requires_type_specifier
@@ -288,8 +288,6 @@ 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_shift_gt_typewidth
-CHECK-NEXT: warn_shift_negative
CHECK-NEXT: warn_standalone_specifier
CHECK-NEXT: warn_static_inline_explicit_inst_ignored
CHECK-NEXT: warn_static_non_static