./script.sh parse-defs
- ENTRY and SYSCALL_DEFINE are handled on projects other than Linux
#386
Labels
indexing
Related to the index content — missing definitions/references, lexer bugs, new ctags features...
We have an issue with the
script.sh parse-defs
function for C files:parse_defs_C()
.We have an ident for
16
on Zephyr: https://elixir.bootlin.com/zephyr/v4.0.0/C/ident/16That implies some Zephyr version has a definition for
16
. We find it below and notice that it is not ctags causing the issue but our post-processing. I am not sure we want to fix that inscript.sh
or if we want to start porting parts of thescript.sh
, and this (subtle) bug would be a good starting point.Thanks for the report @Fomys!
The text was updated successfully, but these errors were encountered: