aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-13 07:42:10 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-13 07:42:10 +0000
commit5c5be6b2f7fc00255d6169277354d040c74b3e4b (patch)
tree1bd5e93fa744a9eca5899a569fa680e2e6a65cdb /clang/www
parentf3be557159c2eed6eeca008547cf5359960d62d0 (diff)
downloadllvm-5c5be6b2f7fc00255d6169277354d040c74b3e4b.zip
llvm-5c5be6b2f7fc00255d6169277354d040c74b3e4b.tar.gz
llvm-5c5be6b2f7fc00255d6169277354d040c74b3e4b.tar.bz2
[c++20] P1064R0: Allow virtual function calls in constant expression
evaluation. llvm-svn: 360559
Diffstat (limited to 'clang/www')
-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 5a3cc4f..84552c2 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -965,7 +965,7 @@ as the draft C++2a standard evolves.
<tr>
<td rowspan=4>Relaxations of <tt>constexpr</tt> restrictions</td>
<td><a href="http://wg21.link/p1064r0">P1064R0</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr> <!-- from San Diego -->
<td><a href="http://wg21.link/p1002r1">P1002R1</a></td>