On Sat, Aug 1, 2015 at 2:15 PM, Davide Italiano <[email protected]> wrote: > On Sat, Aug 1, 2015 at 2:13 PM, Davide Italiano <[email protected]> wrote: >> On Sat, Aug 1, 2015 at 2:07 PM, Richard Smith <[email protected]> wrote: >>> On Jul 31, 2015 10:51 PM, "Davide Italiano" <[email protected]> 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. >
Reverted in r243840. Sorry again for the breakage and I hope I didn't do any other mistakes in the revert. -- Davide _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
