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
clang is called with -working-directory=#{searchDir}, where searchDir is the directory of the .clang_complete. This breaks atom-autocomplete-clang, as relative includes aren't resolved relative to the source file location, but the .clang_complete location.
The text was updated successfully, but these errors were encountered:
clang is called with
-working-directory=#{searchDir}
, where searchDir is the directory of the .clang_complete. This breaks atom-autocomplete-clang, as relative includes aren't resolved relative to the source file location, but the .clang_complete location.The text was updated successfully, but these errors were encountered: