[cfe-dev] Call graphs in clang

Zhongxing Xu xuzhongxing at gmail.com
Tue Aug 24 18:20:50 PDT 2010


There is an implementation in clang/lib/Index/CallGraph.cpp
You can try it with clang-wpa in clang/example

clang-wpa -view-call-graph a.ast b.ast

where *.ast is generated by clang -cc1 -emit-pch

On Thu, Aug 19, 2010 at 6:31 AM, manavender reddy
<manavender.623 at gmail.com> wrote:
> Hi
> Is there a way to generate call graphs in clang ?
> Thanks
> Manavender
> _______________________________________________
> 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