summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-03-03 23:51:05 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-03-03 23:51:05 +0000
commitec92bc78979aae6ec436fe51d082f7467e6f96c0 (patch)
tree504cf54faeeec4e6c9c8ab78267473d11f02e3c2 /docs
parent1aa0be86358002fe876e5a4a00c3038c96be28ee (diff)
Add a pile of tests for unrestricted unions, and advertise support for them.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LanguageExtensions.html2
-rw-r--r--docs/ReleaseNotes.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html
index 23aa4fe9b9..9f271900cb 100644
--- a/docs/LanguageExtensions.html
+++ b/docs/LanguageExtensions.html
@@ -814,7 +814,7 @@ support for Unicode string literals is enabled.</p>
<h4 id="cxx_unrestricted_unions">C++11 unrestricted unions</h4>
-<p>Use <tt>__has_feature(cxx_unrestricted_unions)</tt> to determine if support for unrestricted unions is enabled. Clang does not currently support this feature.</p>
+<p>Use <tt>__has_feature(cxx_unrestricted_unions)</tt> to determine if support for unrestricted unions is enabled.</p>
<h4 id="cxx_user_literals">C++11 user-defined literals</h4>
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 60a3f73fe5..2a1e62fd16 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -123,6 +123,7 @@ following are now considered to be of production quality:
<li>Generalized constant expressions</li>
<li>Lambda expressions</li>
<li>Generalized initializers</li>
+ <li>Unrestricted unions</li>
</ul>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->