]> granicus.if.org Git - clang/commitdiff
Mention atomics support in the release notes.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Apr 2012 01:24:35 +0000 (01:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 13 Apr 2012 01:24:35 +0000 (01:24 +0000)
Thanks to Nico Weber for the suggestion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154648 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 7ac6b69b4917b61bb0d48c89499de9d4dca80f1b..d05c4b6939d1f0bfc550602e0ac6e4ba42e261a8 100644 (file)
@@ -132,6 +132,8 @@ following are now considered to be of production quality:
   <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>&lt;atomic&gt;</tt> are
+      supported)</li>
 </ul>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->