[cfe-commits] r45835 - /cfe/trunk/include/clang/Basic/DiagnosticKinds.def

Ted Kremenek kremenek at apple.com
Thu Jan 10 10:08:55 PST 2008


Author: kremenek
Date: Thu Jan 10 12:08:55 2008
New Revision: 45835

URL: http://llvm.org/viewvc/llvm-project?rev=45835&view=rev
Log:
Fixed non-ASCII quote.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticKinds.def

Modified: cfe/trunk/include/clang/Basic/DiagnosticKinds.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticKinds.def?rev=45835&r1=45834&r2=45835&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticKinds.def Thu Jan 10 12:08:55 2008
@@ -479,7 +479,7 @@
 DIAG(err_toomany_element_decls, ERROR,
      "Only one element declaration is allowed")
 DIAG(warn_expected_implementation, WARNING,
-     "‘@end’ must appear in an @implementation context")
+     "'@end' must appear in an @implementation context")
 
 //===----------------------------------------------------------------------===//
 // Semantic Analysis





More information about the cfe-commits mailing list