diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-09 00:17:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-09 00:17:28 +0000 |
commit | ceb944ad4c32c4276b6bc739ce47b62356770c69 (patch) | |
tree | 2abf84b3fef15c937f01bba64634c27aa44dbec1 /gcc/c-family | |
parent | 98914f9eba5f19d3eb93fbce8726b5264631cba0 (diff) | |
download | gcc-ceb944ad4c32c4276b6bc739ce47b62356770c69.zip gcc-ceb944ad4c32c4276b6bc739ce47b62356770c69.tar.gz gcc-ceb944ad4c32c4276b6bc739ce47b62356770c69.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index edfee4d..6a3b05a 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,13 @@ +2024-07-08 David Malcolm <dmalcolm@redhat.com> + + * c-format.cc (format_check_results::format_check_results): New + ctor. + (struct format_check_context): Add ctor; add "m_" prefix to all + fields. + (check_format_info): Use above ctors. + (check_format_arg): Update for "m_" prefix to + format_check_context. + 2024-07-03 Lewis Hyatt <lhyatt@gmail.com> PR pch/115312 |