[cfe-commits] r159968 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Chad Rosier
mcrosier at apple.com
Mon Jul 9 16:04:15 PDT 2012
Author: mcrosier
Date: Mon Jul 9 18:04:15 2012
New Revision: 159968
URL: http://llvm.org/viewvc/llvm-project?rev=159968&view=rev
Log:
Revert 159966 since Tanya temporarily updated the test case.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=159968&r1=159967&r2=159968&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Mon Jul 9 18:04:15 2012
@@ -5524,8 +5524,7 @@
"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">;
More information about the cfe-commits
mailing list