[cfe-commits] r159967 - /cfe/trunk/test/Misc/warning-flags.c

Tanya Lattner tonic at nondot.org
Mon Jul 9 16:01:08 PDT 2012


Author: tbrethou
Date: Mon Jul  9 18:01:07 2012
New Revision: 159967

URL: http://llvm.org/viewvc/llvm-project?rev=159967&view=rev
Log:
TEMPORARY. I will fix this properly shortly.
Silence buildbot so I can figure out the right flag to put this warning under.

Modified:
    cfe/trunk/test/Misc/warning-flags.c

Modified: cfe/trunk/test/Misc/warning-flags.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/warning-flags.c?rev=159967&r1=159966&r2=159967&view=diff
==============================================================================
--- cfe/trunk/test/Misc/warning-flags.c (original)
+++ cfe/trunk/test/Misc/warning-flags.c Mon Jul  9 18:01:07 2012
@@ -17,7 +17,7 @@
 
 The list of warnings below should NEVER grow.  It should gradually shrink to 0.
 
-CHECK: Warnings without flags (158):
+CHECK: Warnings without flags (159):
 CHECK-NEXT:   pp_include_next_absolute_path
 CHECK-NEXT:   pp_include_next_in_primary
 CHECK-NEXT:   pp_invalid_string_literal
@@ -74,6 +74,7 @@
 CHECK-NEXT:   warn_drv_pch_not_first_include
 CHECK-NEXT:   warn_drv_preprocessed_input_file_unused
 CHECK-NEXT:   warn_dup_category_def
+CHECK-NEXT:   warn_duplicate_attribute
 CHECK-NEXT:   warn_duplicate_protocol_def
 CHECK-NEXT:   warn_enum_too_large
 CHECK-NEXT:   warn_enum_value_overflow





More information about the cfe-commits mailing list