]> granicus.if.org Git - clang/commitdiff
Put new warning in r159965 under a flag to appease buildbots. Someone please
authorChad Rosier <mcrosier@apple.com>
Mon, 9 Jul 2012 22:59:22 +0000 (22:59 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 9 Jul 2012 22:59:22 +0000 (22:59 +0000)
verify this is the correct grouping.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159966 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 52641b86d69293f66cff6e993cea8d0402e46148..bf5e3ac8a6a82c32ee89fc7f744f06785b8fdd49 100644 (file)
@@ -5524,7 +5524,8 @@ def err_invalid_conversion_between_ext_vectors : Error<
   "invalid conversion between ext-vector type %0 and %1">;
 
 def warn_duplicate_attribute : Warning<
-  "attribute %0 is already applied with different parameters">;
+  "attribute %0 is already applied with different parameters">,
+  InGroup<IgnoredAttributes>;
 
 // Type
 def ext_invalid_sign_spec : Extension<"'%0' cannot be signed or unsigned">;