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
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
It seems that the `-fdiagnostics-absolute-paths` flag was only
introduced in LLVM v4.0.0, as such the usage of this flag was breaking
this package for all users on an older version of LLVM. Move to parsing
the relative paths coming from `clang` based on the working directory,
attempting to handle relative directory overrides coming from
clang-complete as well.
0 commit comments