[cfe-commits] [PATCH] call graph building

Zhongxing Xu xuzhongxing at gmail.com
Tue Jul 14 22:04:52 PDT 2009


On Wed, Jul 15, 2009 at 1:22 AM, Argyrios Kyrtzidis<kyrtzidis at apple.com> wrote:
> 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 ?

Yes.

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