On Wed, Mar 11, 2020 at 06:22:46PM +0100, Alexey Gladkov wrote: > sindex is the simple to use cscope-like tool based on sparse/dissect. > Unlike cscope it runs after pre-processor and thus it can't index the > code filtered out by ifdef's, but otoh it understands how the symbol > is used and it can track the usage of struct members. Great! Thank you. I've pushed this with 2 small changes: 1) a bunch of s/0/NULL/ to quiet make selfcheck 2) s/st.st_mtim.tv_sec/st.st_mtime/ or comptability. -- Luc