aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-11-14 12:23:39 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-11-14 12:23:39 +0000
commitb9fd8399ec027ce42fd35a070ce38de8d69521b2 (patch)
treea9ee44bf439fa8f03c45669122fff442ee388778 /libcpp
parentaad65285a1c681feb9fc5b041c86d841b24c3d2a (diff)
downloadgcc-b9fd8399ec027ce42fd35a070ce38de8d69521b2.zip
gcc-b9fd8399ec027ce42fd35a070ce38de8d69521b2.tar.gz
gcc-b9fd8399ec027ce42fd35a070ce38de8d69521b2.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 5ca3b518..4c1a3d7 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,29 @@
+2023-11-14 Arsen Arsenović <arsen@aarsen.me>
+
+ * config.in: Regenerate.
+
+2023-11-13 Arsen Arsenović <arsen@aarsen.me>
+
+ * configure: Regenerate.
+ * aclocal.m4: Regenerate.
+
+2023-11-09 David Malcolm <dmalcolm@redhat.com>
+
+ * include/line-map.h (rich_location::get_expanded_location): Make
+ const.
+ (rich_location::get_line_table): New accessor.
+ (rich_location::m_line_table): Make the pointer be const.
+ (rich_location::m_have_expanded_location): Make mutable.
+ (rich_location::m_expanded_location): Likewise.
+ (fixit_hint::affects_line_p): Add const line_maps * param.
+ (linemap_client_expand_location_to_spelling_point): Likewise.
+ * line-map.cc (rich_location::get_expanded_location): Make const.
+ Pass m_line_table to
+ linemap_client_expand_location_to_spelling_point.
+ (rich_location::maybe_add_fixit): Likewise.
+ (fixit_hint::affects_line_p): Add set param and pass to
+ linemap_client_expand_location_to_spelling_point.
+
2023-11-07 Joseph Myers <joseph@codesourcery.com>
* directives.cc: Refer to C23 instead of C2X in diagnostics and