You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: