[PATCH] D41946: [clangd] Add support for different file URI schemas.
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 05:44:59 PST 2018
ioeric created this revision.
ioeric added a reviewer: sammccall.
Herald added subscribers: cfe-commits, ilya-biryukov, mgorny, klimek.
DO NOT SUBMIT: We should replace the existing URI struct in Protocol.h
with the new URI and rename FileURI to URI. But before doing that, I'd like to
early feedback on names and APIs.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D41946
Files:
clangd/CMakeLists.txt
clangd/URI.cpp
clangd/URI.h
unittests/clangd/CMakeLists.txt
unittests/clangd/URITests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41946.129438.patch
Type: text/x-patch
Size: 8890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180111/884035e2/attachment.bin>
More information about the cfe-commits
mailing list