Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lookup always fails when header path is missing #13

Open
Ambrevar opened this issue Nov 8, 2018 · 1 comment
Open

Lookup always fails when header path is missing #13

Ambrevar opened this issue Nov 8, 2018 · 1 comment

Comments

@Ambrevar
Copy link

Ambrevar commented Nov 8, 2018

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.

@nflath
Copy link
Owner

nflath commented Nov 9, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants