aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorChris Bieneman <chris.bieneman@me.com>2019-05-17 05:45:57 +0000
committerChris Bieneman <chris.bieneman@me.com>2019-05-17 05:45:57 +0000
commita5a4124c494ce08a9decb96d2be94e7f216bedbd (patch)
tree7405e4aeac6dcd87e0e49e3ed17080a907235bee /clang/www
parente18a6ad0b8b7d670bb06ec3ed5eb348cec9e6133 (diff)
downloadllvm-a5a4124c494ce08a9decb96d2be94e7f216bedbd.zip
llvm-a5a4124c494ce08a9decb96d2be94e7f216bedbd.tar.gz
llvm-a5a4124c494ce08a9decb96d2be94e7f216bedbd.tar.bz2
Revert [c++20] P1327R1: Support for typeid applied to objects of polymorphic class type in constant evaluation.
This reverts r360977 (git commit f51dc8d2f98f4029247552bc45ef53628ab3b6b9) llvm-svn: 360987
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_status.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 5acdd56..84552c2 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -973,11 +973,10 @@ as the draft C++2a standard evolves.
</tr>
<tr>
<td><a href="http://wg21.link/p1327r1">P1327R1</a></td>
- <td class="svn" align="center">SVN</td>
+ <td rowspan=2 class="none" align="center">No</td>
</tr>
<tr>
<td><a href="http://wg21.link/p1330r0">P1330R0</a></td>
- <td class="none" align="center">No</td>
</tr>
<tr>
<td>Prohibit aggregates with user-declared constructors</td>