[cfe-commits] [PATCH] call graph building

Argyrios Kyrtzidis kyrtzidis at apple.com
Tue Jul 14 10:22:40 PDT 2009


On Jul 14, 2009, at 1:37 AM, Daniel Dunbar wrote:

> 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?

I consider libIndex mostly like "basic plumbing" for other libraries  
that will do cross-translation-unit analysis, like libAnalysis, or a  
possible "libRefactoring".
Does this seem reasonable ?

-Argiris

>
> - 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
>>
>>
> _______________________________________________
> 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