ilya-biryukov added a comment.
In https://reviews.llvm.org/D36095#826275, @bkramer wrote:
> lg (it could use a test case though)
Will add a test case in one of further commits.
Repository:
rL LLVM
https://reviews.llvm.org/D36095
___
cfe-commit
This revision was automatically updated to reflect the committed changes.
Closed by commit rL309585: [clangd] Allow to get vfs::FileSystem used inside
codeComplete. (authored by ibiryukov).
Repository:
rL LLVM
https://reviews.llvm.org/D36095
Files:
clang-tools-extra/trunk/clangd/ClangdServe
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
lg (it could use a test case though)
https://reviews.llvm.org/D36095
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.
ilya-biryukov created this revision.
This is useful for managing lifetime of VFS-based caches.
https://reviews.llvm.org/D36095
Files:
clangd/ClangdServer.cpp
clangd/ClangdServer.h
Index: clangd/ClangdServer.h
===
--- clangd/C