Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clangd] Unlink VFS working dir from OS working dir.
A lot of our previous FS manipulation was thread-unsafe in practice with the RealFS implementation. This switches to a different RealFS mode where path-manipulation is used to simulate multiple working dirs. r351050 both added this mode and removed the cache. If we want to move back to the old implementation we need to put the cache back. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@351051 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information