summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
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/ReleaseNotes.html
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/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html1
1 files changed, 1 insertions, 0 deletions
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>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->