]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/d/ChangeLog
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / d / ChangeLog
index d5b53679c8c354f9761aed3f5d34538d75b642a0..b6ac2f8f080a041e8547378a9d383c3c4ee2fe91 100644 (file)
@@ -1,3 +1,18 @@
+2019-05-16  Martin Sebor  <msebor@redhat.com>
+
+        * d-builtins.cc (d_init_builtins): Quote keywords, operators,
+        and types in diagnostics.
+        * d-codegen.cc (get_array_length): Same.  Replace can't with cannot.
+        * d-convert.cc (convert_expr): Same.
+        * d-frontend.cc (getTypeInfoType): Quote an option name in
+        a diagnostic.
+        * d-lang.cc (d_handle_option): Same.
+        (d_parse_file): Same.
+        * decl.cc: Remove a trailing period from a diagnostic.
+        * expr.cc: Use a directive for an apostrophe.
+        * toir.cc: Quote keywords, operators, and types in diagnostics.
+        * typeinfo.cc (build_typeinfo): Quote an option name in a diagnostic.
+
 2019-04-25  Johannes Pfau  <johannespfau@gmail.com>
 
        * config-lang.in: Do not add target_libs if phobos is disabled.