[PATCH] D48290: [clangd] Use workspace root path as hint path for resolving URIs in workspace/symbol
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 18 10:45:44 PDT 2018
ioeric created this revision.
ioeric added reviewers: sammccall, malaperle.
Herald added subscribers: cfe-commits, jkorous, MaskRay, ilya-biryukov.
Some URI schemes require a hint path to be provided, and workspace root
path seems to be a good fit.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D48290
Files:
clangd/ClangdServer.cpp
clangd/FindSymbols.cpp
clangd/FindSymbols.h
unittests/clangd/FileIndexTests.cpp
unittests/clangd/FindSymbolsTests.cpp
unittests/clangd/SymbolCollectorTests.cpp
unittests/clangd/TestFS.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48290.151749.patch
Type: text/x-patch
Size: 6140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180618/bc13d447/attachment.bin>
More information about the cfe-commits
mailing list