r241711 - Remove unused diagnostics. NFC.
Benjamin Kramer
benny.kra at googlemail.com
Wed Jul 8 12:10:43 PDT 2015
Author: d0k
Date: Wed Jul 8 14:10:43 2015
New Revision: 241711
URL: http://llvm.org/viewvc/llvm-project?rev=241711&view=rev
Log:
Remove unused diagnostics. NFC.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td?rev=241711&r1=241710&r2=241711&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td Wed Jul 8 14:10:43 2015
@@ -69,8 +69,6 @@ def err_drv_no_module_support : Error<
"'%0': unable to use module files with this tool">;
def err_drv_clang_unsupported : Error<
"the clang compiler does not support '%0'">;
-def err_drv_clang_unsupported_per_platform : Error<
- "the clang compiler does not support '%0' on this platform">;
def err_drv_clang_unsupported_opt_cxx_darwin_i386 : Error<
"the clang compiler does not support '%0' for C++ on Darwin/i386">;
def err_drv_command_failed : Error<
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=241711&r1=241710&r2=241711&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Wed Jul 8 14:10:43 2015
@@ -7808,9 +7808,6 @@ def err_objc_type_arg_missing_star : Err
def err_objc_type_arg_missing : Error<
"no type or protocol named %0">;
-def err_objc_protocol_suggest : Error<
- "no protocol named %0: did you mean %1?">;
-
def err_objc_type_args_and_protocols : Error<
"angle brackets contain both a %select{type|protocol}0 (%1) and a "
"%select{protocol|type}0 (%2)">;
More information about the cfe-commits
mailing list