r198272 - Remove an unused diag left over from r198046
Alp Toker
alp at nuanti.com
Tue Dec 31 22:07:48 PST 2013
Author: alp
Date: Wed Jan 1 00:07:48 2014
New Revision: 198272
URL: http://llvm.org/viewvc/llvm-project?rev=198272&view=rev
Log:
Remove an unused diag left over from r198046
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=198272&r1=198271&r2=198272&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Wed Jan 1 00:07:48 2014
@@ -2084,8 +2084,6 @@ def warn_objc_precise_lifetime_meaningle
"objc_precise_lifetime is not meaningful for "
"%select{__unsafe_unretained|__autoreleasing}0 objects">;
def err_invalid_pcs : Error<"invalid PCS type">;
-def err_attribute_can_be_applied_only_to_value_decl : Error<
- "%0 attribute can only be applied to value declarations">;
def warn_attribute_not_on_decl : Warning<
"%0 attribute ignored when parsing type">, InGroup<IgnoredAttributes>;
def err_base_specifier_attribute : Error<
More information about the cfe-commits
mailing list