diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-01-15 03:51:30 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-01-15 03:51:30 +0000 |
| commit | 2ec4061e39908f73bdb7d75da9f4374d001809eb (patch) | |
| tree | f14622407fbcf50017bfb30bf1170bf2c7686645 /clang/test/Misc/warning-flags.c | |
| parent | b19ac0d6ca6c49de2e45c3c987d0894af2f4c54e (diff) | |
| download | bcm5719-llvm-2ec4061e39908f73bdb7d75da9f4374d001809eb.tar.gz bcm5719-llvm-2ec4061e39908f73bdb7d75da9f4374d001809eb.zip | |
Pedantic diagnostic correction: in C++, we have integral constant expressions,
not integer constant expressions. In passing, fix the 'folding is an extension'
diagnostic to not claim we're accepting the code, since that's not true in
-pedantic-errors mode, and add this diagnostic to -Wgnu.
llvm-svn: 148209
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 42c09cbe7d1..29225f249ad 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 (267): +CHECK: Warnings without flags (266): CHECK-NEXT: ext_anon_param_requires_type_specifier CHECK-NEXT: ext_anonymous_struct_union_qualified CHECK-NEXT: ext_array_init_copy @@ -35,7 +35,6 @@ CHECK-NEXT: ext_enumerator_list_comma CHECK-NEXT: ext_expected_semi_decl_list CHECK-NEXT: ext_explicit_instantiation_without_qualified_id CHECK-NEXT: ext_explicit_specialization_storage_class -CHECK-NEXT: ext_expr_not_ice CHECK-NEXT: ext_extra_ivar_semi CHECK-NEXT: ext_extra_struct_semi CHECK-NEXT: ext_forward_ref_enum |

