r190500 - Remove unused diagnostics.

Benjamin Kramer benny.kra at googlemail.com
Wed Sep 11 02:35:04 PDT 2013


Author: d0k
Date: Wed Sep 11 04:35:04 2013
New Revision: 190500

URL: http://llvm.org/viewvc/llvm-project?rev=190500&view=rev
Log:
Remove unused diagnostics.

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=190500&r1=190499&r2=190500&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Wed Sep 11 04:35:04 2013
@@ -2323,8 +2323,6 @@ def warn_attribute_protected_visibility
   Warning<"target does not support 'protected' visibility; using 'default'">,
   InGroup<DiagGroup<"unsupported-visibility">>;
 def err_mismatched_visibility: Error<"visibility does not match previous declaration">;
-def warn_attribute_unknown_endian : Warning<"unknown endian '%0'">,
-  InGroup<IgnoredAttributes>;
 def note_previous_attribute : Note<"previous attribute is here">;
 def err_unknown_machine_mode : Error<"unknown machine mode %0">;
 def err_unsupported_machine_mode : Error<"unsupported machine mode %0">;
@@ -2354,8 +2352,6 @@ def warn_cleanup_ext : Warning<
   "GCC does not allow the 'cleanup' attribute argument to be anything other "
   "than a simple identifier">, 
   InGroup<GccCompat>;
-def err_attribute_cleanup_arg_not_found : Error<
-  "'cleanup' argument %0 not found">;
 def err_attribute_cleanup_arg_not_function : Error<
   "'cleanup' argument %select{|%1 }0is not a function">;
 def err_attribute_cleanup_func_must_take_one_arg : Error<





More information about the cfe-commits mailing list