[cfe-dev] How to ouput the AST of the instantiated function template

Douglas Gregor dgregor at apple.com
Mon Jul 11 14:02:46 PDT 2011


On Jul 8, 2011, at 8:38 AM, Xiaolong Tang wrote:

> 
> Hi all, 
> 
> I am interested to check the AST of the instantiated template
> function. Is there a way to do so? 

Not from the command line. In a debugger, you can of course dump() the instantiated declaration.

	- Doug



More information about the cfe-dev mailing list