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 /gcc/c/ChangeLog | |
parent | 677ef11681ee25eae6c75c703c1d187308114e5e (diff) | |
download | gcc-944e4251b67aeea1146256c2d37b8925b51fa441.zip gcc-944e4251b67aeea1146256c2d37b8925b51fa441.tar.gz gcc-944e4251b67aeea1146256c2d37b8925b51fa441.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index c49ae57..d99319d 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,19 @@ +2024-07-13 David Malcolm <dmalcolm@redhat.com> + + * c-objc-common.cc: Include "tree-pretty-print-markup.h". + (print_type): Add optional "highlight_color" param and use it + to show highlight colors in "aka" text. + (pp_markup::element_quoted_type::print_type): New. + * c-typeck.cc: Include "tree-pretty-print-markup.h". + (comp_parm_types): New. + (build_function_call_vec): Pass it to check_function_arguments. + (inform_for_arg): Use %e and highlight colors to contrast actual + versus expected. + (convert_for_assignment): Use highlight_colors::actual for the + rhs_label. + (build_binary_op): Use highlight_colors::lhs and highlight_colors::rhs + for the ranges. + 2024-07-10 Marek Polacek <polacek@redhat.com> PR c/115642 |