summaryrefslogtreecommitdiffstats
path: root/clang
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
commitb9a7efd7919a5e3bec69dc5e6455e82b43af60f3 (patch)
tree77268e82c2d38d17d72a5f300ecb911e15e14288 /clang
parentab44d9b321269d3bd77bd1068e25edd7df9b6bd7 (diff)
downloadbcm5719-llvm-b9a7efd7919a5e3bec69dc5e6455e82b43af60f3.tar.gz
bcm5719-llvm-b9a7efd7919a5e3bec69dc5e6455e82b43af60f3.zip
I hereby declare that all remaining constexpr issues are bugs, not unimplemented
features. :) llvm-svn: 150522
Diffstat (limited to 'clang')
-rw-r--r--clang/www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 0dc1b86712a..8c207bc8ae3 100644
--- a/clang/www/cxx_status.html
+++ b/clang/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>
OpenPOWER on IntegriCloud