[cfe-commits] r150522 - /cfe/trunk/www/cxx_status.html
Chandler Carruth
chandlerc at google.com
Tue Feb 14 16:37:30 PST 2012
This is fantastic! Thanks for all the work here!
On Feb 14, 2012 12:46 PM, "Richard Smith" <richard-llvm at metafoo.co.uk>
wrote:
> Author: rsmith
> Date: Tue Feb 14 16:39:23 2012
> New Revision: 150522
>
> URL: http://llvm.org/viewvc/llvm-project?rev=150522&view=rev
> Log:
> I hereby declare that all remaining constexpr issues are bugs, not
> unimplemented
> features. :)
>
> 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=150522&r1=150521&r2=150522&view=diff
>
> ==============================================================================
> --- cfe/trunk/www/cxx_status.html (original)
> +++ cfe/trunk/www/cxx_status.html Tue Feb 14 16:39:23 2012
> @@ -8,7 +8,7 @@
> <link type="text/css" rel="stylesheet" href="content.css">
> <style type="text/css">
> .none { background-color: #FFCCCC }
> - .partial { background-color: #FFFF99 }
> + .svn { background-color: #FFFF99 }
> .full { background-color: #CCFF99 }
> th { background-color: #FFDDAA }
> </style>
> @@ -166,7 +166,7 @@
> <tr>
> <td>Generalized constant expressions</td>
> <td><a href="
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2235.pdf
> ">N2235</a></td>
> - <td class="none" align="center">No</td>
> + <td class="svn" align="center">SVN</td>
> </tr>
> <tr>
> <td>Alignment support</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/20120214/bcdbec93/attachment.html>
More information about the cfe-commits
mailing list