mbox series

[0/3] semind: Index more symbols

Message ID 20211102140645.83081-1-gladkov.alexey@gmail.com (mailing list archive)
Headers show
Series semind: Index more symbols | expand

Message

Alexey Gladkov Nov. 2, 2021, 2:06 p.m. UTC
Greetings!

For indexing purposes, macros definitions and typedefs are added to the
semind database. Functions that are not used in the code are also indexed.

Alexey Gladkov (3):
  dissect: Allow to show all symbols
  dissect: Show macro definitions
  dissect: Show typedefs

 dissect.c      | 61 +++++++++++++++++++++++++++++++++++++++++++++++++-
 options.c      |  5 +++++
 options.h      |  2 ++
 semind.c       |  1 +
 test-dissect.c |  5 ++++-
 5 files changed, 72 insertions(+), 2 deletions(-)

Comments

Alexey Gladkov Dec. 14, 2021, 3:16 p.m. UTC | #1
On Tue, Nov 02, 2021 at 03:06:42PM +0100, Alexey Gladkov wrote:
> Greetings!
> 
> For indexing purposes, macros definitions and typedefs are added to the
> semind database. Functions that are not used in the code are also indexed.

careful ping.

> Alexey Gladkov (3):
>   dissect: Allow to show all symbols
>   dissect: Show macro definitions
>   dissect: Show typedefs
> 
>  dissect.c      | 61 +++++++++++++++++++++++++++++++++++++++++++++++++-
>  options.c      |  5 +++++
>  options.h      |  2 ++
>  semind.c       |  1 +
>  test-dissect.c |  5 ++++-
>  5 files changed, 72 insertions(+), 2 deletions(-)
> 
> -- 
> 2.33.0
>
Luc Van Oostenryck May 21, 2022, 9:46 a.m. UTC | #2
On Tue, Nov 02, 2021 at 03:06:42PM +0100, Alexey Gladkov wrote:
> Greetings!
> 
> For indexing purposes, macros definitions and typedefs are added to the
> semind database. Functions that are not used in the code are also indexed.

Thank you very much, pushed now, an ... apologies for this huge delay.

-- Luc
Alexey Gladkov May 23, 2022, 12:45 p.m. UTC | #3
On Sat, May 21, 2022 at 11:46:22AM +0200, Luc Van Oostenryck wrote:
> On Tue, Nov 02, 2021 at 03:06:42PM +0100, Alexey Gladkov wrote:
> > Greetings!
> > 
> > For indexing purposes, macros definitions and typedefs are added to the
> > semind database. Functions that are not used in the code are also indexed.
> 
> Thank you very much, pushed now, an ... apologies for this huge delay.

Looks like I'm the only one using this indexer at work. But in case anyone
is interested, I have a vim plugin for semind [1].

[1] https://github.com/legionus/vim-semind