diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-01-24 03:43:15 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-01-24 03:43:15 +0000 |
commit | 4db15f5101b6d8091ad01c689472c1323ecfb6fd (patch) | |
tree | 924fe881a6fc135a24a9cf1814671245be9b453d /clang/test/Misc/warning-flags.c | |
parent | 92da42406e8135e2b133a85e10483a993889779b (diff) | |
download | bcm5719-llvm-4db15f5101b6d8091ad01c689472c1323ecfb6fd.tar.gz bcm5719-llvm-4db15f5101b6d8091ad01c689472c1323ecfb6fd.zip |
Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration.
llvm-svn: 173319
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 3a8c61bed9f..3131826e737 100644 --- a/clang/test/Misc/warning-flags.c +++ b/clang/test/Misc/warning-flags.c @@ -18,7 +18,7 @@ This test serves two purposes: The list of warnings below should NEVER grow. It should gradually shrink to 0. -CHECK: Warnings without flags (147): +CHECK: Warnings without flags (146): CHECK-NEXT: ext_delete_void_ptr_operand CHECK-NEXT: ext_enum_friend CHECK-NEXT: ext_expected_semi_decl_list @@ -143,7 +143,6 @@ CHECK-NEXT: warn_property_attribute CHECK-NEXT: warn_property_getter_owning_mismatch CHECK-NEXT: warn_property_types_are_incompatible CHECK-NEXT: warn_readonly_property -CHECK-NEXT: warn_redecl_library_builtin CHECK-NEXT: warn_redeclaration_without_attribute_prev_attribute_ignored CHECK-NEXT: warn_register_objc_catch_parm CHECK-NEXT: warn_related_result_type_compatibility_class |