summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-02-14 22:39:23 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-02-14 22:39:23 +0000
commit65967ec5456ecb82b2d7d66d202c23d48e4251b5 (patch)
tree267c360251904ecff74ef2f83abe95aad6c125ec /www
parent26f2cac83eeb4317738d74b9e567d3d58aa04ed9 (diff)
I hereby declare that all remaining constexpr issues are bugs, not unimplemented
features. :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 0dc1b86712..8c207bc8ae 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
<style type="text/css">
.none { background-color: #FFCCCC }
- .partial { background-color: #FFFF99 }
+ .svn { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
th { background-color: #FFDDAA }
</style>
@@ -166,7 +166,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Generalized constant expressions</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2235.pdf">N2235</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Alignment support</td>