]> granicus.if.org Git - clang/commitdiff
Remove non-ascii chaaracter from diagnostic
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2008 18:10:31 +0000 (18:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2008 18:10:31 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45836 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticKinds.def
test/Parser/objc-missing-impl.m

index 39f1876dd15f808a4ed79e646cdd0962941f6345..1191455d743cb9eb0a62924983f6f9ec764bf69d 100644 (file)
@@ -479,7 +479,7 @@ DIAG(err_selector_element_type, ERROR,
 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
index 062130d358b816d4fd1f4526fc20fde8f34ece6e..7d38371190caca42c8c60ac1cd604e49ef69696f 100644 (file)
@@ -1,2 +1,2 @@
 // RUN: clang -fsyntax-only -verify %s
-@end // expected-warning {{‘@end’ must appear in an @implementation context}}
+@end // expected-warning {{@end must appear in an @implementation context}}