[cfe-dev] -parse-ast-view

Steve Naroff snaroff at apple.com
Wed Sep 19 19:30:03 PDT 2007


Ted,

This is very cool.

Great work,

snaroff

On Sep 19, 2007, at 5:24 PM, Chris Lattner wrote:

> FYI, with Ted's latest changes, we can now use -parse-ast-view to  
> look at ASTs.  If you have graphviz set up right, you should see  
> something like this:
>
>
>
> <pastedGraphic.png>
>
> for
>
> void foo(int *P, int N) {
>   for (int i = 0; i != N; ++i)
>     P[i] = N;
> }
>
> nifty!
>
> Over time, more info will be added to the nodes.
>
> -Chris_______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list