Hello, Indexing tools such as ccls use "clang" package (and more specifically the libclang library it provides) to analyse code. In that use case, clang cannot find kernel headers path. This is because it is normally set as propagated inputs of gcc-toolchain and clang-toolchain, an thus available via CPATH. This patch proposes to hardcode kernel headers path into clang. What do you think? Mathieu