aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 41a2615..e4788be 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2022-05-20 David Malcolm <dmalcolm@redhat.com>
+
+ * cxx-pretty-print.h: Replace uses of "FINAL" and "OVERRIDE" with
+ "final" and "override".
+ * error.cc: Likewise.
+
2022-05-18 Marek Polacek <polacek@redhat.com>
PR c++/105634