]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as appropriate.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index f94382ed0aa45e0c15a2aec3b2a7eb0efbf17cbf..8ac1df2fd1234e172f64df4d2f30e40faf6ee147 100644 (file)
@@ -1,3 +1,13 @@
+2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * call.c, class.c, decl.c, decl2.c, error.c, mangle.c, parser.c,
+       pt.c, search.c, semantics.c, typeck.c: Use %q, %< and %> for
+       quoting in diagnostics.
+       * parser.c (cp_parser_sizeof_operand): Use '' instead of `' for
+       quoting in printf format.
+       * decl.c (duplicate_decls, start_decl): Use %qD instead of
+       unquoted %D.
+
 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
 
        * class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c,