summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-06-13 23:31:04 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-06-13 23:31:04 +0000
commit7bbf5d1de0007b0c1c09cb7af6d6863df6faf968 (patch)
treeaf9f1d2d120510b3e5f6195e81c340dbdff07d6a /www
parentf46e18fb70234e4f7d162184cd12377360b508e8 (diff)
downloadclang-7bbf5d1de0007b0c1c09cb7af6d6863df6faf968.tar.gz
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
nullptr_t does not access memory. We now reuse CK_NullToPointer to represent a conversion from a glvalue of type nullptr_t to a prvalue of nullptr_t where necessary. This reinstates r345562, reverted in r346065, now that CodeGen's handling of non-odr-used variables has been fixed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index cda1d2001d..f36db8aae9 100755
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -12655,7 +12655,7 @@ and <I>POD class</I></td>
<td><a href="http://wg21.link/cwg2140">2140</a></td>
<td>CD4</td>
<td>Lvalue-to-rvalue conversion of <TT>std::nullptr_t</TT></td>
- <td class="none" align="center">Unknown</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr id="2141">
<td><a href="http://wg21.link/cwg2141">2141</a></td>