[cfe-dev] Type source info for function template instances.
John McCall
rjmccall at apple.com
Wed Mar 10 14:18:36 PST 2010
On Mar 10, 2010, at 11:24 AM, Enea Zaffanella wrote:
> John McCall wrote:
>> On Mar 7, 2010, at 11:29 AM, Enea Zaffanella wrote:
>>> <Subst-Function-TInfo-3.patch>
>> Sorry for the delay in reviewing.
>> By-and-large this looks good. You shouldn't need to enter a local instantiation scope at every conceivable call site, though; it should be sufficient to do it within your new TransformFunctionProtoType (outside the parameter-transformation loop, of course), which, among other advantages, follows the usual scope rules more precisely.
>> John.
>
> OK.
>
> Do you want me to send a revised patch or are you going to correct this yourself?
A revised patch, please.
John.
More information about the cfe-dev
mailing list