[cfe-commits] [PATCH] call graph building

Daniel Dunbar daniel at zuster.org
Tue Jul 14 01:37:59 PDT 2009


Hi Zhongxing,

This seems closely related to functionality that is going into the
indexing library. Would it make sense to integrate this functionality
into the Indexer library & index-test tool?

 - Daniel

On Mon, Jul 13, 2009 at 6:31 AM, Zhongxing Xu<xuzhongxing at gmail.com> wrote:
> This is an initial implementation of call graph building based on pch
> reader and the new Program/Entity facility. It is very primitive but
> functional.
> Put the files under clang/tools/wpa (meaning 'whole program
> analysis'). After 'make', a new command 'clang-analyze' will be
> generated. It takes a list of .ast files and build call graph over
> them.
>
> -Zhongxing
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>



More information about the cfe-commits mailing list