From: Richard Smith
Date: Mon, 26 Mar 2012 20:31:41 +0000 (+0000)
Subject: Forward-declared enumerations are now complete, except for an interaction
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f4c54d9b004e47dfaa9fc4cc4e3edc23577a5a6;p=clang
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
---
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:
Generalized initializers
Unrestricted unions
User-defined literals
+ Forward-declared enumerations
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 28da5f096b..8305b73ec6 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -158,7 +158,7 @@ with clang; other versions have not been tested.
Forward declarations for enums |
N2764
DR1206 |
- No |
+ SVN |
Generalized attributes |