From: Richard Smith Date: Fri, 13 Apr 2012 01:24:35 +0000 (+0000) Subject: Mention atomics support in the release notes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95e7aaf46a28f972d730e5181bf9e2693a32c3ce;p=clang Mention atomics support in the release notes. Thanks to Nico Weber for the suggestion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7ac6b69b49..d05c4b6939 100644 --- a/docs/ReleaseNotes.html +++ b/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)