From 165039d49db42ed71ebd9f26daa689fb78a4c960 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 13 Apr 2012 01:24:35 +0000 Subject: [PATCH] Mention atomics support in the release notes. Thanks to Nico Weber for the suggestion. llvm-svn: 154648 --- clang/docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 7ac6b69b4917..d05c4b6939d1 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -132,6 +132,8 @@ following are now considered to be of production quality:
  • Unrestricted unions
  • User-defined literals
  • Forward-declared enumerations
  • +
  • Atomics (both libc++'s and libstdc++4.7's <atomic> are + supported)