]> granicus.if.org Git - clang/commitdiff
Revert accidentally-committed www changes (and an unused diagnostic);
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Mar 2012 23:11:49 +0000 (23:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 23 Mar 2012 23:11:49 +0000 (23:11 +0000)
forward-declared enums aren't /quite/ done yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153350 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html
include/clang/Basic/DiagnosticSemaKinds.td
www/cxx_status.html

index 64c6acb25aeb5b8374058c13388cb63ba12c0e9f..628079978e7329f15c69f67dd4d472d02d9d611b 100644 (file)
@@ -125,7 +125,6 @@ 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 405ae906e504c4b9dfca6c12c9c91438342595f1..36232b1e98af4257c3b4f16e4d8e20f52dace22e 100644 (file)
@@ -1276,8 +1276,6 @@ def err_enum_class_reference : Error<
   "not 'enum class'">;
 def err_only_enums_have_underlying_types : Error<
   "only enumeration types have underlying types">;
-def err_unscoped_enum_defined_out_of_class : Error<
-  "out-of-line definition of unscoped enumeration member is not supported">;
 
 // C++11 delegating constructors
 def err_delegating_ctor : Error<
index 8305b73ec65213a7315a85c357032e65cc37fef6..28da5f096bf8745652b1e60170ac53a61087d115 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="svn" align="center">SVN</td>
+      <td class="none" align="center">No</td>
     </tr>
     <tr>
       <td>Generalized attributes</td>