diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-11-20 00:17:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-11-20 00:17:10 +0000 |
commit | b54b3800f790fc7c492598de3ab2dc2c02844bb9 (patch) | |
tree | 4f543f7834ce0c821688bafe094e16663d38cdbe /libcpp/ChangeLog | |
parent | bb6028b40bf19db1b42bf8c68c35eb82f40043b7 (diff) | |
download | gcc-b54b3800f790fc7c492598de3ab2dc2c02844bb9.zip gcc-b54b3800f790fc7c492598de3ab2dc2c02844bb9.tar.gz gcc-b54b3800f790fc7c492598de3ab2dc2c02844bb9.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 5247b80..2c5adca 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,14 @@ +2023-11-19 David Malcolm <dmalcolm@redhat.com> + + * Makefile.in (TAGS_SOURCES): Add "include/rich-location.h". + * include/cpplib.h (class rich_location): New forward decl. + * include/line-map.h (class range_label) + (enum range_display_kind, struct location_range) + (class semi_embedded_vec, class rich_location, class label_text) + (class range_label, class fixit_hint): Move to... + * include/rich-location.h: ...this new file. + * internal.h: Include "rich-location.h". + 2023-11-14 Jakub Jelinek <jakub@redhat.com> * makeucnid.cc (write_copyright): Update copyright year. |