Details
Details
- Reviewers
- None
- Commits
- rGf44d2424f8d7: [clangd] Set CWD in semaCodeComplete
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
A slightly tangential thing - we recently got an internal bugreport about clangd handling combination of working directory and relative paths for -fmodules-cache-path combination in compile_command.json incorrectly.
I tried some quick hacks but failed - it seems that ultimately the limiting factor is the code in clang dealing with modules not using VFS. It's on our list of things to fix although we don't have a timeframe for it.