summaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 3d6fdd2f899..65846114cfd 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2021-07-24 Marek Polacek <polacek@redhat.com>
+
+ * ansidecl.h: Check if __cplusplus is defined before checking
+ the value of __cpp_constexpr and __cplusplus. Don't check
+ __STDC_VERSION__ in C++.
+
2021-07-02 David Faust <david.faust@oracle.com>
* btf.h (struct btf_type): Update bit usage comment.