[cfe-dev] Announcing "clang-ctags"
David Röthlisberger
david at rothlis.net
Tue Jul 31 00:35:47 PDT 2012
On 23 Jul 2012, at 22:54, Sean Silva wrote:
> This seems like a job much better suited to a plugin
> <http://clang.llvm.org/docs/ClangPlugins.html>.
I was aiming for a tool that was as similar as possible to existing
ctags implementations. I also wanted clang-ctags to be as easy as
possible for the user, and having to integrate it into your build system
sounded complicated. (As it turns out, *not* integrating with the build
system might be the more complicated way!)
Thanks for your feedback!
--Dave
More information about the cfe-dev
mailing list