summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index bf5e3ac8a6a..52641b86d69 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -5524,8 +5524,7 @@ 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">,
- InGroup<IgnoredAttributes>;
+ "attribute %0 is already applied with different parameters">;
// Type
def ext_invalid_sign_spec : Extension<"'%0' cannot be signed or unsigned">;
OpenPOWER on IntegriCloud