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, view it on GitHub, or mute the thread.