[PATCH] D81691: [clangd] Set CWD in semaCodeComplete

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 11 16:33:33 PDT 2020


jkorous added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81691/new/

https://reviews.llvm.org/D81691





More information about the cfe-commits mailing list