This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 05/11] [PR gdb/14441] gdb: demangle: implement demangling for rvalue reference typenames


Hi Artemiy,

Thanks much for working on this.  Just a quick note below.

On 12/21/2015 01:31 AM, Artemiy Volkov wrote:

> libiberty/ChangeLog:
> 
> 2015-12-20  Artemiy Volkov  <artemiyv@acm.org>
> 
>         * cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference
>         constant.
>         (demangle_template_value_parm): Handle tk_rvalue_reference
>         type kind.
>         (do_type): Support 'O' type id (rvalue references).

It'd be nice to have a few tests in libiberty/testsuite/ to cover
this.

Note that libiberty is maintained by gcc.  You need to send this
to the gcc-patches list.  Once it is approved upstream, we can
merge it.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]