summaryrefslogtreecommitdiffstats
path: root/test/Misc/warning-flags.c
diff options
context:
space:
mode:
authorIvan Krasin <krasin@chromium.org>2011-10-06 02:46:34 +0000
committerIvan Krasin <krasin@chromium.org>2011-10-06 02:46:34 +0000
commit08f35a79f7506d6ac0349764aa4d6021a1e1c6e2 (patch)
tree376f38a32bdd06ad1133b988c565c100969494c8 /test/Misc/warning-flags.c
parent6ee5b9384533d5b3f8c18b578fccd3935e1b892f (diff)
Add -Wlanguage-extension-token option for ext_token_used warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc/warning-flags.c')
-rw-r--r--test/Misc/warning-flags.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Misc/warning-flags.c b/test/Misc/warning-flags.c
index c785546ebb..ae5d917939 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 (301):
+CHECK: Warnings without flags (300):
CHECK-NEXT: backslash_newline_space
CHECK-NEXT: charize_microsoft_ext
CHECK-NEXT: ext_anon_param_requires_type_specifier
@@ -85,7 +85,6 @@ CHECK-NEXT: ext_return_has_void_expr
CHECK-NEXT: ext_subscript_non_lvalue
CHECK-NEXT: ext_template_arg_extra_parens
CHECK-NEXT: ext_thread_before
-CHECK-NEXT: ext_token_used
CHECK-NEXT: ext_top_level_semi
CHECK-NEXT: ext_typecheck_addrof_void
CHECK-NEXT: ext_typecheck_cast_nonscalar