]> granicus.if.org Git - clang/commitdiff
Forward-declared enumerations are now complete, except for an interaction
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 26 Mar 2012 20:31:41 +0000 (20:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 26 Mar 2012 20:31:41 +0000 (20:31 +0000)
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

docs/ReleaseNotes.html
www/cxx_status.html

index 628079978e7329f15c69f67dd4d472d02d9d611b..64c6acb25aeb5b8374058c13388cb63ba12c0e9f 100644 (file)
@@ -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>
 
 <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
index 28da5f096bf8745652b1e60170ac53a61087d115..8305b73ec65213a7315a85c357032e65cc37fef6 100644 (file)
@@ -158,7 +158,7 @@ with clang; other versions have not been tested.</p>
       <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>