diff options
| author | Ted Kremenek <kremenek@apple.com> | 2012-03-16 01:03:40 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2012-03-16 01:03:40 +0000 |
| commit | 519db2ea2bd52c83a87fb476ddee5f4ac97a6bd0 (patch) | |
| tree | 52c23f9c37e0c39209d7300f72881f7ee72597f3 /clang/test/Misc/warning-flags.c | |
| parent | 93e6434ca9fe73a1097d916679e39f6aed6024e5 (diff) | |
| download | bcm5719-llvm-519db2ea2bd52c83a87fb476ddee5f4ac97a6bd0.tar.gz bcm5719-llvm-519db2ea2bd52c83a87fb476ddee5f4ac97a6bd0.zip | |
Add warning flag for '#import is a language extension', -W#import-pedantic.
Don't know if it is an anathema to include '#' in the warning name. I'm fine
with changing it, but this was the most obvious name.
llvm-svn: 152886
Diffstat (limited to 'clang/test/Misc/warning-flags.c')
| -rw-r--r-- | clang/test/Misc/warning-flags.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Misc/warning-flags.c b/clang/test/Misc/warning-flags.c index 854ba3f9839..bc0c941bd99 100644 --- a/clang/test/Misc/warning-flags.c +++ b/clang/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 (254): +CHECK: Warnings without flags (253): CHECK-NEXT: ext_anonymous_struct_union_qualified CHECK-NEXT: ext_binary_literal CHECK-NEXT: ext_cast_fn_obj @@ -57,7 +57,6 @@ CHECK-NEXT: ext_plain_complex CHECK-NEXT: ext_pp_bad_vaargs_use CHECK-NEXT: ext_pp_comma_expr CHECK-NEXT: ext_pp_ident_directive -CHECK-NEXT: ext_pp_import_directive CHECK-NEXT: ext_pp_include_next_directive CHECK-NEXT: ext_pp_line_too_big CHECK-NEXT: ext_pp_macro_redef |

