neovim/cmake.config
dundargoc 66360675cf build: allow IWYU to fix includes for all .c files
Allow Include What You Use to remove unnecessary includes and only
include what is necessary. This helps with reducing compilation times
and makes it easier to visualise which dependencies are actually
required.

Work on https://github.com/neovim/neovim/issues/549, but doesn't close
it since this only works fully for .c files and not headers.
2022-11-15 10:30:03 +01:00
..
iwyu build: allow IWYU to fix includes for all .c files 2022-11-15 10:30:03 +01:00
CMakeLists.txt feat(cscope)!: remove 2022-10-13 16:37:23 +01:00
config.h.in
pathdef.c.in
versiondef.h.in