summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-03-26 20:31:41 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-03-26 20:31:41 +0000
commit1f4c54d9b004e47dfaa9fc4cc4e3edc23577a5a6 (patch)
tree3ecc547bb2943aa111badc0943ac10cf0e59a795 /docs
parent0724b7c43007d978c46f890dcd2ab3c8d3c22920 (diff)
Forward-declared enumerations are now complete, except for an interaction
between unscoped enumerations and class template member specializations, whose behavior is currently under discussion in CWG (and for which there is a preference to not implement the currently-standardized wording). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 628079978e..64c6acb25a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -125,6 +125,7 @@ following are now considered to be of production quality:
<li>Generalized initializers</li>
<li>Unrestricted unions</li>
<li>User-defined literals</li>
+ <li>Forward-declared enumerations</li>
</ul>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->