summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81e3710486..02bed463ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-03-18 Bruno Haible <bruno@clisp.org>
+
+ _Noreturn: clang and MSVC do support [[noreturn]] in C++11 mode.
+ * lib/_Noreturn.h: Use [[noreturn]] if __GNUC__ and __GNUC_MINOR__
+ indicate clang, or if _MSC_VER indicates MSVC++ 14.0 or newer.
+
2019-03-17 Akim Demaille <akim@lrde.epita.fr>
_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode