summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-09 03:49:47 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-09 03:49:47 +0000
commitac0456594b0815b5390f5c7f1d2f16de074222e6 (patch)
treea2069fa177bbca36ad9015eb90b1400134771b3c
parent576c36a62488a26a90698115f04ef5ab5b25f740 (diff)
downloadbcm5719-llvm-ac0456594b0815b5390f5c7f1d2f16de074222e6.tar.gz
bcm5719-llvm-ac0456594b0815b5390f5c7f1d2f16de074222e6.zip
[cxx_status] Mark support for std::is_constant_evaluated as done.
Eric implemented this in r359067. llvm-svn: 360310
-rwxr-xr-xclang/www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 052ba0b2c67..e15fca2ac1e 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1023,7 +1023,7 @@ as the draft C++2a standard evolves.
<tr>
<td><tt>std::is_constant_evaluated</tt></td>
<td><a href="http://wg21.link/p0595r2">P0595R2</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Nested inline namespaces</td>
OpenPOWER on IntegriCloud