summaryrefslogtreecommitdiffstats
path: root/test/Misc/warning-flags.c
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2011-09-23 20:56:58 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2011-09-23 20:56:58 +0000
commit4f163424152259f5dafe6ccc696c97a80fc504fc (patch)
tree6de77477a632d4a68a81bd24f014553998b596d5 /test/Misc/warning-flags.c
parent0c479e5045eca9aba0d9506020066389968f4f7c (diff)
Add DiagGroups to a couple of warnings.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc/warning-flags.c')
-rw-r--r--test/Misc/warning-flags.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/Misc/warning-flags.c b/test/Misc/warning-flags.c
index 5b6bac49e6..447b8ef02a 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 (310):
+CHECK: Warnings without flags (306):
CHECK-NEXT: backslash_newline_space
CHECK-NEXT: charize_microsoft_ext
CHECK-NEXT: ext_anon_param_requires_type_specifier
@@ -68,7 +68,6 @@ CHECK-NEXT: ext_invalid_sign_spec
CHECK-NEXT: ext_missing_declspec
CHECK-NEXT: ext_missing_varargs_arg
CHECK-NEXT: ext_missing_whitespace_after_macro_name
-CHECK-NEXT: ext_nested_pointer_qualifier_mismatch
CHECK-NEXT: ext_new_paren_array_nonconst
CHECK-NEXT: ext_nonstandard_escape
CHECK-NEXT: ext_offsetof_extended_field_designator
@@ -101,7 +100,6 @@ CHECK-NEXT: ext_typecheck_comparison_of_pointer_integer
CHECK-NEXT: ext_typecheck_cond_incompatible_operands
CHECK-NEXT: ext_typecheck_cond_incompatible_operands_nonstandard
CHECK-NEXT: ext_typecheck_cond_one_void
-CHECK-NEXT: ext_typecheck_convert_discards_qualifiers
CHECK-NEXT: ext_typecheck_convert_int_pointer
CHECK-NEXT: ext_typecheck_convert_pointer_int
CHECK-NEXT: ext_typecheck_convert_pointer_void_func
@@ -310,8 +308,6 @@ CHECK-NEXT: warn_transparent_union_attribute_floating
CHECK-NEXT: warn_transparent_union_attribute_not_definition
CHECK-NEXT: warn_transparent_union_attribute_zero_fields
CHECK-NEXT: warn_transparent_union_nonpointer
-CHECK-NEXT: warn_typecheck_cond_incompatible_pointers
-CHECK-NEXT: warn_typecheck_cond_pointer_integer_mismatch
CHECK-NEXT: warn_typecheck_function_qualifiers
CHECK-NEXT: warn_ucn_escape_too_large
CHECK-NEXT: warn_ucn_not_valid_in_c89