[cfe-commits] [PATCH] Advertise support of trailing-return-type

Richard Smith richard at metafoo.co.uk
Thu Apr 14 13:03:19 PDT 2011


On Thu, April 14, 2011 20:17, Douglas Gregor wrote:
> On Mar 31, 2011, at 12:58 PM, Richard Smith wrote:
>> Clang 2.9 contains complete and tested support for C++0x's
>> trailing-return-type feature, but the website claims otherwise. This
>> plus a couple of related things are fixed in this patch. I've not marked
>>  trailing-return-type codegen as tested since I've not spotted any
>> tests that we do name mangling right.
>>
>> OK to commit?
>
> FWIW, I believe that we are still missing proper name-mangling support
> for function parameters that occur within a trailing return type. That's
> why I hadn't updated the C++0x status page yet.

I've moved the CodeGen status back to 'Some examples work' for now, in
r129533.

Thanks,
Richard





More information about the cfe-commits mailing list