[cfe-commits] r69405 - /cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td
Chris Lattner
sabre at nondot.org
Fri Apr 17 16:57:31 PDT 2009
Author: lattner
Date: Fri Apr 17 18:57:31 2009
New Revision: 69405
URL: http://llvm.org/viewvc/llvm-project?rev=69405&view=rev
Log:
remove dead diagnostic.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td?rev=69405&r1=69404&r2=69405&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticLexKinds.td Fri Apr 17 18:57:31 2009
@@ -47,7 +47,6 @@
def err_unterminated_string : Error<"missing terminating '\"' character">;
def err_unterminated_char : Error<"missing terminating ' character">;
-def err_unterminated_angled_string : Error<"missing terminating '>' character">;
def err_empty_character : Error<"empty character constant">;
def err_unterminated_block_comment : Error<"unterminated /* comment">;
def err_invalid_character_to_charify : Error<
More information about the cfe-commits
mailing list