summaryrefslogtreecommitdiffstats
path: root/test/Misc/warning-flags.c
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-09-29 18:04:12 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-09-29 18:04:12 +0000
commit35f37cd6637f5cb4dbf18a542b501fd40522ba7b (patch)
treecc4f358c388991857ba3ed0336ec9dd847894817 /test/Misc/warning-flags.c
parent3497fdfdb742f55d7b7ec8e22779fb08962b8441 (diff)
Add a warning group for warnings about using C1X features as extensions
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140795 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 447b8ef02a..6ee27f84fa 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 (306):
+CHECK: Warnings without flags (304):
CHECK-NEXT: backslash_newline_space
CHECK-NEXT: charize_microsoft_ext
CHECK-NEXT: ext_anon_param_requires_type_specifier
@@ -25,8 +25,6 @@ CHECK-NEXT: ext_anonymous_struct_union_qualified
CHECK-NEXT: ext_array_init_copy
CHECK-NEXT: ext_auto_storage_class
CHECK-NEXT: ext_binary_literal
-CHECK-NEXT: ext_c1x_generic_selection
-CHECK-NEXT: ext_c1x_static_assert
CHECK-NEXT: ext_c99_array_usage
CHECK-NEXT: ext_c99_compound_literal
CHECK-NEXT: ext_c99_variable_decl_in_for_loop