c-eldoc icon indicating copy to clipboard operation
c-eldoc copied to clipboard

Lookup always fails when header path is missing

Open Ambrevar opened this issue 7 years ago • 1 comments

If I use a library which is not found in the paths set by c-eldoc-includes, all lookups fail, including those for which the libraries are found.

Ambrevar avatar Nov 08 '18 10:11 Ambrevar

This is because this works by running the preprocessor, which will load all the includes, then parsing/scanning that. So if a header is missing from the path, this step will fail and we will be unable to parse.

nflath avatar Nov 09 '18 04:11 nflath