Sparse-based Ctags implementation
commita77a4bce372094fc3bab441fa8c136c4544d24ff
authorChristopher Li <sparse@chrisli.org>
Wed, 17 Jan 2007 02:33:42 +0000 (16 18:33 -0800)
committerJosh Triplett <josh@freedesktop.org>
Wed, 17 Jan 2007 04:17:52 +0000 (16 20:17 -0800)
tree33ce139624c414c460d1b9cd6628c1fc65fc6e2b
parent88b52a96bb28a8ba75d50d408900b5e1e5d4e025
Sparse-based Ctags implementation

Here is my attempt to write a Ctags base on sparse.
It depends on the result from actually preprocessing the C source file.
It can handle the tags from macro expansion.

It works well enough for me to locate "int32_t" and "clear_token_alloc".

This is the updated ctags that actually generates output to a tags file.

Signed-Off-By: Christopher Li <sparse@chrisli.org>
Signed-Off-By: Josh Triplett <josh@freedesktop.org>
Makefile
ctags.c [new file with mode: 0644]
symbol.h