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

Davide Italiano davide at freebsd.org
Sat Aug 1 11:15:39 PDT 2015


On Sat, Aug 1, 2015 at 2:13 PM, Davide Italiano <davide at freebsd.org> wrote:
> On Sat, Aug 1, 2015 at 2:07 PM, Richard Smith <metafoo at gmail.com> wrote:
>> 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.
>>
>
> Sorry, I'm going to revert this and commit a proper fix.

In this very case there's already a test for this (but not in test/CXX/drs).
Is better to duplicate (part of) it or just move it to the new directory?


Thanks,

-- 
Davide



More information about the cfe-commits mailing list