summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-04-13 01:24:35 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-04-13 01:24:35 +0000
commit95e7aaf46a28f972d730e5181bf9e2693a32c3ce (patch)
treeb8a2ec7d86b229b4cab034d12a2ac3f1a51ec969 /docs
parent97b57a2170c2138fb71d336d77c6db7728938108 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
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:
<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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->