> static bool createTagsWithFallback1 (const langType language,
> ...
>
> Doesn't this miss initializeParser (language);?

No. We call

```
        /* make sure all parsers are initialized */
        initializeParser (LANG_AUTO);
```

inside ctagsInit() in ctags-api.c for all languages only once and don't need to 
do it every time when parsing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1263#issuecomment-279757918

Reply via email to