summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/PathMappingTests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clangd] Add path mappings functionalitySam McCall2020-01-071-0/+216
Summary: Add path mappings to clangd which translate file URIs on inbound and outbound LSP messages. This mapping allows clangd to run in a remote environment (e.g. docker), where the source files and dependencies may be at different locations than the host. See http://lists.llvm.org/pipermail/clangd-dev/2019-January/000231.htm for more. Patch by William Wagner! Reviewers: sammccall, ilya-biryukov Reviewed By: sammccall Subscribers: usaxena95, ormris, mgorny, MaskRay, jkorous, arphaman, kadircet, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64305
OpenPOWER on IntegriCloud