r184049 - Updated status of support for contextual conversion from partial to full

Richard Smith richard at metafoo.co.uk
Sun Jun 16 18:38:25 PDT 2013


On Sat, Jun 15, 2013 at 1:26 PM, Larisse Voufo <lvoufo at google.com> wrote:
> Author: lvoufo
> Date: Sat Jun 15 15:26:23 2013
> New Revision: 184049
>
> URL: http://llvm.org/viewvc/llvm-project?rev=184049&view=rev
> Log:
> Updated status of support for contextual conversion from partial to full

This should be marked as 'SVN', not 'Yes'. 'Yes' here means 'has been
in Clang forever' (or more accurately, since it became a usable C++
compiler).

> Modified:
>     cfe/trunk/www/cxx_status.html
>
> Modified: cfe/trunk/www/cxx_status.html
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=184049&r1=184048&r2=184049&view=diff
> ==============================================================================
> --- cfe/trunk/www/cxx_status.html (original)
> +++ cfe/trunk/www/cxx_status.html Sat Jun 15 15:26:23 2013
> @@ -417,7 +417,7 @@ available.</p>
>      <tr>
>        <td>Tweak to certain C++ contextual conversions</td>
>        <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3323.pdf">N3323</a></td>
> -      <td class="partial" align="center">Partial</td>
> +      <td class="full" align="center">Yes</td>
>      </tr>
>      <tr>
>        <td>Binary literals</td>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list