forked from OSchip/llvm-project
Mention atomics support in the release notes.
Thanks to Nico Weber for the suggestion. llvm-svn: 154648
This commit is contained in:
parent
de8d2c446b
commit
165039d49d
|
@ -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><atomic></tt> are
|
||||
supported)</li>
|
||||
</ul>
|
||||
|
||||
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
|
||||
|
|
Loading…
Reference in New Issue