diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-01 00:16:41 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-03-01 00:16:41 +0000 |
commit | b05f474c8f7768dad50a99a2d676660ee4db09c6 (patch) | |
tree | 4bcf3e6094635b1cb80060a77755d991850172f7 /include | |
parent | c0d8a64e72324d1c2981da21a66394bf8f7a2889 (diff) | |
download | gcc-b05f474c8f7768dad50a99a2d676660ee4db09c6.zip gcc-b05f474c8f7768dad50a99a2d676660ee4db09c6.tar.gz gcc-b05f474c8f7768dad50a99a2d676660ee4db09c6.tar.bz2 |
Daily bump.
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 8bfaec6..d5ada8b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,13 @@ +2024-02-29 Tom Tromey <tom@tromey.com> + + * gcc-cp-interface.h (gcc_cp_fe_context_function): Update + comment. + * gcc-c-interface.h (enum gcc_c_api_version) <GCC_C_FE_VERSION_2>: + New constant. + (gcc_c_fe_context_function): Update comment. + * gcc-c-fe.def (finish_record_with_alignment): New method. + Update documentation. + 2024-01-13 Jakub Jelinek <jakub@redhat.com> * demangle.h (enum demangle_component_type): Add |