[cfe-commits] r148021 - /cfe/trunk/www/cxx_status.html
Richard Smith
richard-llvm at metafoo.co.uk
Wed Jan 11 22:10:09 PST 2012
Author: rsmith
Date: Thu Jan 12 00:10:09 2012
New Revision: 148021
URL: http://llvm.org/viewvc/llvm-project?rev=148021&view=rev
Log:
Revert accidentally-committed file in r148020.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=148021&r1=148020&r2=148021&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Jan 12 00:10:09 2012
@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
<style type="text/css">
.none { background-color: #FFCCCC }
- .svn { background-color: #FFFF99 }
+ .partial { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
th { background-color: #FFDDAA }
</style>
@@ -156,7 +156,7 @@
<td>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764
</a></td>
- <td class="svn" align="center">SVN</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Generalized attributes</td>
@@ -238,7 +238,7 @@
<tr>
<td>Extending <code>sizeof</code></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2253.html">N2253</a></td>
- <td class="svn" align="center">SVN</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td>Inline namespaces</td>
More information about the cfe-commits
mailing list