summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-05-04 07:02:10 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-05-04 07:02:10 +0000
commit452d6b03318e46baaeffe510a3463f91d508992e (patch)
tree9667688f3e57a6ad346ff2d12322fb340a6e2adb /clang
parent2a7d481faf5464458a8dbe40beddb094eb54b2a8 (diff)
downloadbcm5719-llvm-452d6b03318e46baaeffe510a3463f91d508992e.tar.gz
bcm5719-llvm-452d6b03318e46baaeffe510a3463f91d508992e.zip
More colours for C++ status page, and mark relaxed constexpr as partially complete.
llvm-svn: 181109
Diffstat (limited to 'clang')
-rw-r--r--clang/www/cxx_status.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 206ea385147..6bb6dd5baae 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -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 mailing ships.</p>
</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 mailing ships.</p>
<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 mailing ships.</p>
<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>
OpenPOWER on IntegriCloud