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 2/3] Extend C++ import to support renaming even declarations


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> Therefore this patch implements the last case.  It does not affect existing
Jan> C++ functionality in the other 3 cases.

Jan> 2010-04-30  Jan Kratochvil  <jan.kratochvil@redhat.com>

Jan> 	* cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
Jan> CURRENT-> DECLARATION case.

Please also update the documentation for struct using_direct to mention
this case.  Right now the comment there indicates that alias==NULL in
all other cases.

This patch is ok with that change.

I wonder why the fields of using_direct are not const char *.

Tom


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