This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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][C++] Fix PR60761, diagnostics in clones


On 04/09/2014 04:21 AM, Richard Biener wrote:
The names of the in-charge and not-in-charge constructor clones are
complete_ctor_identifier and base_ctor_identifier (and dtor for
destructors); you could check for those.

I was more asking for how we present those To the user in diagnostics. I wanted to use a consistent 'quoting' style. If using <clone> is fine then I'll just stick to that.

I think saying <complete> and <base> would be helpful for distinguishing them.

Jason


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