aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-07-25 00:19:51 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-07-25 00:19:51 +0000
commit25256af1da7c23c845db128263c2f8749750d2ce (patch)
treea58e89bb2413cbdf239196ab5828e973395c38a6 /libcpp
parent142003df61b45ba8fcd17a68909a8ea0782a6679 (diff)
downloadgcc-25256af1da7c23c845db128263c2f8749750d2ce.zip
gcc-25256af1da7c23c845db128263c2f8749750d2ce.tar.gz
gcc-25256af1da7c23c845db128263c2f8749750d2ce.tar.bz2
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index ebce6e5..8401141 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,18 @@
+2024-07-24 David Malcolm <dmalcolm@redhat.com>
+
+ * include/rich-location.h
+ (semi_embedded_vec::semi_embedded_vec): Add copy ctor.
+ (rich_location::rich_location): Remove "= delete" from decl of
+ copy ctor. Add deleted decl of move ctor.
+ (rich_location::operator=): Remove "= delete" from decl of
+ copy assignment. Add deleted decl of move assignment.
+ (fixit_hint::fixit_hint): Add copy ctor decl. Add deleted decl of
+ move.
+ (fixit_hint::operator=): Add copy assignment decl. Add deleted
+ decl of move assignment.
+ * line-map.cc (rich_location::rich_location): New copy ctor.
+ (fixit_hint::fixit_hint): New copy ctor.
+
2024-07-13 David Malcolm <dmalcolm@redhat.com>
* include/rich-location.h (location_range::m_highlight_color): New