Il 09/01/2012 18:32, Enea Zaffanella ha scritto:
> Hello.
> 
> The current AST representations for expression nodes that possibly
> include a template-id (namely, DeclRefExpr and MemberExpr, their
> DependentScope variants and their Unresolved variants) store source
> location info for:
>  - the name qualifier (NestedNameSpecifierLoc);
>  - the name (DeclarationNameInfo);
>  - the explicit template arguments (ASTTemplateArgumentListInfo).
> 
> What was missing is the source location of the (often optional,
> sometimes mandatory) template keyword that may occur between the name
> qualifier and the name itself.

In r149127.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to