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]

[patch] function eval cleanup


This code performs function evaluation before overload resolution completes.

Currently, for C++, this is a waste if overload resolution results in a different function than the one which was evaluated but it breaks a future patch of mine which introduces a fake place holding variable needed for proper template function evaluation.

This patch cleans up the above

Sami Wagiaalla

Attachment: overload-cleanup.patch
Description: Text document


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