[cfe-dev] Announcing "clang-ctags"

Sean Silva silvas at purdue.edu
Mon Jul 23 17:06:45 PDT 2012


> Development is blocked on clang#13224 right now [...]

Could you please check that this still happens on the latest trunk? If
it still does, could you try to produce a reduced testcase?

--Sean Silva

On Mon, Jul 23, 2012 at 4:23 PM, John Wiegley <johnw at boostpro.com> wrote:
>>>>>> David Röthlisberger <david at rothlis.net> writes:
>
>> Announcing "clang-ctags", a libclang-based ctags implementation written in
>> python.
>
>> Source code: https://github.com/drothlis/clang-ctags
>
> I also have a similar project, call clang-tags:
>
>     https://github.com/drothlis/clang-tags
>
> Mine is in C++, and records tagging information into a relational database, to
> allow for compact, expressive queries about the entities you are looking for
> (and their context, or relation to other entities).
>
> Development is blocked on clang#13224 right now, but when it's unblocked I
> plan on added a very sexy Emacs interface for browsing your code based on that
> information.
>
> Like your tool, I rely on the compilation database, so building the index is
> not a trivial (or a quick) thing.  But once gathered, the information
> available is very rich.
>
> --
> John Wiegley
> BoostPro Computing
> http://www.boostpro.com
>
> _______________________________________________
> 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