[cfe-dev] Source code cross reference tool based on libclang
Nico Weber
thakis at chromium.org
Mon Feb 7 11:20:32 PST 2011
Hi Ehsan,
Sounds cool!
I have a weekend hack that adds a plugin (instead of using libclang)
that dumps some type information to a sqlite db (running this _while_
a normal build is running slows down the build ~10% in addition to
also doing the normal build), and a tiny server prototype that serves
some of the contents of this db. It's very incomplete, but maybe it's
useful to you: https://github.com/nico/complete
Nico
On Mon, Feb 7, 2011 at 11:03 AM, Ehsan Akhgari <ehsan.akhgari at gmail.com> wrote:
> Hi all,
>
> We're thinking about building a web-based source code cross reference tool
> based on libclang, which uses type information, call graphs, etc. So before
> we start writing this tool, I wanted to ask you guys if you know of any such
> tool which is already available. I have not been able to find one, but I'm
> sure that you guys should know about it if one exists.
>
> Thanks!
> --
> Ehsan
> <http://ehsanakhgari.org/>
>
> _______________________________________________
> 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