On Jul 31, 2015 10:51 PM, "Davide Italiano" <dav...@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@cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to