r181109 - More colours for C++ status page, and mark relaxed constexpr as partially complete.
Richard Smith
richard-llvm at metafoo.co.uk
Sat May 4 00:02:10 PDT 2013
Author: rsmith
Date: Sat May 4 02:02:10 2013
New Revision: 181109
URL: http://llvm.org/viewvc/llvm-project?rev=181109&view=rev
Log:
More colours for C++ status page, and mark relaxed constexpr as partially complete.
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=181109&r1=181108&r2=181109&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat May 4 02:02:10 2013
@@ -8,6 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
<style type="text/css">
.none { background-color: #FFCCCC }
+ .partial { background-color: #FFE0B0 }
.svn { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
.na { background-color: #DDDDDD }
@@ -431,12 +432,12 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mail
</tr>
<tr>
<td>Return type deduction for normal functions</td>
- <td class="none" align="center">Partial</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr>
<td>Runtime-sized arrays with automatic storage duration</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td>
- <td class="none" align="center">Partial</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr>
<td>Initialized lambda captures</td>
@@ -456,7 +457,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mail
<tr>
<td>Relaxing requirements on constexpr functions</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3652.html">N3652</a></td>
- <td class="none" align="center">No</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr>
<td>Member initializers and aggregates</td>
@@ -466,7 +467,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mail
<tr>
<td>Clarifying memory allocation</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td>
- <td class="none" align="center">Partial</td>
+ <td class="partial" align="center">Partial</td>
</tr>
</table>
More information about the cfe-commits
mailing list