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

cwd from compilation databases is not respected #503

Open
blastrock opened this issue Oct 18, 2016 · 1 comment
Open

cwd from compilation databases is not respected #503

blastrock opened this issue Oct 18, 2016 · 1 comment

Comments

@blastrock
Copy link

Hi,

I'm trying to use clang_complete with a compilation database, but it seems to ignore the cwd parameter.

In my database I have flags like '-I../something' with a specific cwd for the command. I think clang_complete tries to run clang from the current directory instead of the one specified in the database.

@xaizek
Copy link
Collaborator

xaizek commented Oct 18, 2016

I think clang_complete tries to run clang from the current directory instead of the one specified in the database.

That's probably a correct guess. I think #31 is about cwd parameter, but it was never merged in.

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