[cfe-commits] r153350 - in /cfe/trunk: docs/ReleaseNotes.html include/clang/Basic/DiagnosticSemaKinds.td www/cxx_status.html
Richard Smith
richard-llvm at metafoo.co.uk
Fri Mar 23 16:11:49 PDT 2012
Author: rsmith
Date: Fri Mar 23 18:11:49 2012
New Revision: 153350
URL: http://llvm.org/viewvc/llvm-project?rev=153350&view=rev
Log:
Revert accidentally-committed www changes (and an unused diagnostic);
forward-declared enums aren't /quite/ done yet.
Modified:
cfe/trunk/docs/ReleaseNotes.html
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
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=153350&r1=153349&r2=153350&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Fri Mar 23 18:11:49 2012
@@ -125,7 +125,6 @@
<li>Generalized initializers</li>
<li>Unrestricted unions</li>
<li>User-defined literals</li>
- <li>Forward-declared enumerations</li>
</ul>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=153350&r1=153349&r2=153350&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri Mar 23 18:11:49 2012
@@ -1276,8 +1276,6 @@
"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<
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=153350&r1=153349&r2=153350&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Mar 23 18:11:49 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="svn" align="center">SVN</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Generalized attributes</td>
More information about the cfe-commits
mailing list