[cfe-dev] Template parameters for out-of-line definitions of class template methods.
Abramo Bagnara
abramo.bagnara at gmail.com
Fri Jun 4 22:15:21 PDT 2010
Il 05/06/2010 00:17, Douglas Gregor ha scritto:
>
>>
>> 00369 class DeclaratorDecl : public ValueDecl {
>> 00370 // A struct representing both a TInfo and a syntactic qualifier,
>> 00371 // to be used for the (uncommon) case of out-of-line declarations.
>> 00372 struct ExtInfo {
>> 00373 TypeSourceInfo *TInfo;
>> 00374 NestedNameSpecifier *NNS;
>> 00375 SourceRange NNSRange;
>> 00376 };
>>
>> A similar chnage will be done for the ExtInfo struct inside TagDecl nodes.
>>
>> Would this be OK?
>
> Yes, this would be great!
I've alread submitted a patch for your review/approval:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009259.html
P.S. Sorry if I have misunderstood this message and you already meant to
approve the patch.
More information about the cfe-dev
mailing list