diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-14 00:16:33 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-14 00:16:33 +0000 |
commit | 944e4251b67aeea1146256c2d37b8925b51fa441 (patch) | |
tree | 145d0d8eec4fec10327cb85f175a380ffeda54fb /libcpp | |
parent | 677ef11681ee25eae6c75c703c1d187308114e5e (diff) | |
download | gcc-944e4251b67aeea1146256c2d37b8925b51fa441.zip gcc-944e4251b67aeea1146256c2d37b8925b51fa441.tar.gz gcc-944e4251b67aeea1146256c2d37b8925b51fa441.tar.bz2 |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index dd09402..ebce6e5 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,19 @@ +2024-07-13 David Malcolm <dmalcolm@redhat.com> + + * include/rich-location.h (location_range::m_highlight_color): New + field. + (rich_location::rich_location): Add optional label_highlight_color + param. + (rich_location::set_highlight_color): New decl. + (rich_location::add_range): Add optional label_highlight_color + param. + (rich_location::set_range): Likewise. + * line-map.cc (rich_location::rich_location): Add + "label_highlight_color" param and pass it to add_range. + (rich_location::set_highlight_color): New. + (rich_location::add_range): Add "label_highlight_color" param. + (rich_location::set_range): Add "highlight_color" param. + 2024-06-21 David Malcolm <dmalcolm@redhat.com> PR testsuite/109360 |