[cfe-dev] ast-print of functions
Zheng Wang
jason.wangz at gmail.com
Fri Apr 15 07:54:34 PDT 2011
Hello,
I am trying to understand how the StmtPrinter works. Assuming I have the
following code:
int compute (int a)
{
balball
}
which function in clang will print the function name -- "compute"? Or, what
type of stmt the function corresponds to?
Cheers,
Zheng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110415/f842e398/attachment.html>
More information about the cfe-dev
mailing list