[cfe-commits] r154648 - /cfe/trunk/docs/ReleaseNotes.html

Richard Smith richard-llvm at metafoo.co.uk
Thu Apr 12 18:24:35 PDT 2012


Author: rsmith
Date: Thu Apr 12 20:24:35 2012
New Revision: 154648

URL: http://llvm.org/viewvc/llvm-project?rev=154648&view=rev
Log:
Mention atomics support in the release notes.
Thanks to Nico Weber for the suggestion.

Modified:
    cfe/trunk/docs/ReleaseNotes.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=154648&r1=154647&r2=154648&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Thu Apr 12 20:24:35 2012
@@ -132,6 +132,8 @@
   <li>Unrestricted unions</li>
   <li>User-defined literals</li>
   <li>Forward-declared enumerations</li>
+  <li>Atomics (both libc++'s and libstdc++4.7's <tt><atomic></tt> are
+      supported)</li>
 </ul>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->





More information about the cfe-commits mailing list