aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-07-09 23:04:15 +0000
committerChad Rosier <mcrosier@apple.com>2012-07-09 23:04:15 +0000
commit52bcb21031460fae0cecba440f6ab5bbd3559ff0 (patch)
treed3d38e61c07c63354bee2dbe781f0015779f2dcc
parent002bb8f7ee500b20dc6862869d3abbba370949a7 (diff)
Revert 159966 since Tanya temporarily updated the test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159968 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticSemaKinds.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td
index bf5e3ac8a6..52641b86d6 100644
--- a/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/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">;