r243827 - Convertibility of nullptr_t to bool is available in clang. Note it.

Richard Smith metafoo at gmail.com
Sat Aug 1 11:07:17 PDT 2015


On Jul 31, 2015 10:51 PM, "Davide Italiano" <davide at freebsd.org> wrote:
>
> Author: davide
> Date: Sat Aug  1 00:48:03 2015
> New Revision: 243827
>
> URL: http://llvm.org/viewvc/llvm-project?rev=243827&view=rev
> Log:
> Convertibility of nullptr_t to bool is available in clang. Note it.
>
> Modified:
>     cfe/trunk/www/cxx_dr_status.html
>
> Modified: cfe/trunk/www/cxx_dr_status.html
> URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_dr_status.html?rev=243827&r1=243826&r2=243827&view=diff
>
==============================================================================
> --- cfe/trunk/www/cxx_dr_status.html (original)
> +++ cfe/trunk/www/cxx_dr_status.html Sat Aug  1 00:48:03 2015
> @@ -8353,7 +8353,7 @@ and <I>POD class</I></td>
>      <td><a href="
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1423
">1423</a></td>
>      <td>CD3</td>
>      <td>Convertibility of <TT>nullptr</TT> to <TT>bool</TT></td>
> -    <td class="none" align="center">Unknown</td>
> +    <td class="full" align="center">Yes</td>

This is a generated file. The way to update this is to write a test in the
appropriate file in test/CXX/drs with a marker comment and rerun the
make_cxx_dr_status script.

>    </tr>
>    <tr id="1424">
>      <td><a href="
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1424
">1424</a></td>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150801/b374a7a0/attachment.html>


More information about the cfe-commits mailing list