Semantic C code indexing and query tool

2012-05-13 Thread Baruch Siach
Hi linux-il, I'm looking for a tool that can do semantic search is a body of C code. Example query: give me all references to field y in struct x defined in file z.h. I would prefer an open source, command line driven tool. C++ support is an advantage. Does such a tool exist? baruch --

Re: Semantic C code indexing and query tool

2012-05-13 Thread Gilboa Davara
On Mon, May 14, 2012 at 7:34 AM, Baruch Siach bar...@tkos.co.il wrote: Hi linux-il, I'm looking for a tool that can do semantic search is a body of C code. Example query: give me all references to field y in struct x defined in file z.h. I would prefer an open source, command line driven