There is now a semanticdb backend for GNU Global in CEDET/CVS.
It depends on the semantic-symref API I posted about yesterday.
It does name-only searches. To enabled it, do:
(semanticdb-enable-gnu-global-databases 'c-mode)
or
(semanticdb-enable-gnu-global-databases 'c++-mode)
and if you have a GLOBAL database, it will show up in your Semantic
database lists.
I have little notion on what exactly this will do in most cases,
particularly in C++ with complex systems, and in WRT the typecache.
I'll figure that out on a different day. In the meantime, you can now
complete/jump to new and exciting locations.
Eric
--
Eric Ludlam: eric@...
Siege: http://www.siege-engine.com Emacs: http://cedet.sourceforge.net
|