[cfe-dev] Getting template arguments (as written) from a function template specialization.

Abramo Bagnara abramo.bagnara at gmail.com
Thu May 20 08:34:25 PDT 2010


Il 20/05/2010 17:02, Douglas Gregor ha scritto:
> Hello Enea,
> 
> On May 20, 2010, at 7:12 AM, Enea Zaffanella wrote:
> 
>> Hello.
>>
>> We would like to retrieve a TemplateArgumentListInfo (or equivalent 
>> information) from a FunctionDecl node representing an explicit function 
>> template specialization.
>>
>> The FunctionTemplateSpecializationInfo structure only encodes the 
>> semantic form of the template arguments, i.e., a TemplateArgumentList*.
> 
> Right.
> 
>> Would it be OK to also add a TemplateArgumentListInfo*?
> 
> Yes!

Just committed in r104226.



More information about the cfe-dev mailing list