[cfe-commits] r153464 - in /cfe/trunk: docs/ReleaseNotes.html www/cxx_status.html

Richard Smith richard-llvm at metafoo.co.uk
Mon Mar 26 13:31:41 PDT 2012


Author: rsmith
Date: Mon Mar 26 15:31:41 2012
New Revision: 153464

URL: http://llvm.org/viewvc/llvm-project?rev=153464&view=rev
Log:
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).

Modified:
    cfe/trunk/docs/ReleaseNotes.html
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=153464&r1=153463&r2=153464&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Mar 26 15:31:41 2012
@@ -125,6 +125,7 @@
   <li>Generalized initializers</li>
   <li>Unrestricted unions</li>
   <li>User-defined literals</li>
+  <li>Forward-declared enumerations</li>
 </ul>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=153464&r1=153463&r2=153464&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Mar 26 15:31:41 2012
@@ -158,7 +158,7 @@
       <td>Forward declarations for enums</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764</a>
       <br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1206">DR1206</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Generalized attributes</td>





More information about the cfe-commits mailing list