This allows an implementation of FileSystemProvider that can track which vfs::FileSystem
were used for each of the requests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D33678
[clangd] Mark results of clangd requests with a tag provided by the FileSystemProvider. ClosedPublic Authored by ilya-biryukov on May 30 2017, 8:00 AM.
Details Summary This allows an implementation of FileSystemProvider that can track which vfs::FileSystem
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 30 2017, 8:07 AM Closed by commit rL304214: [clangd] Mark results of clangd requests with a tag provided by the… (authored by ibiryukov). · Explain WhyMay 30 2017, 8:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 100711 clang-tools-extra/trunk/clangd/ClangdLSPServer.cpp
clang-tools-extra/trunk/clangd/ClangdServer.h
clang-tools-extra/trunk/clangd/ClangdServer.cpp
clang-tools-extra/trunk/unittests/clangd/ClangdTests.cpp
|