forked from OSchip/llvm-project
c69ae835d0
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 |
||
---|---|---|
.. | ||
Inputs | ||
xpc | ||
CMakeLists.txt | ||
background-index.test | ||
code-action-request.test | ||
compile-commands-path-in-initialize.test | ||
completion-auto-trigger.test | ||
completion-snippets.test | ||
completion.test | ||
crash-non-added-files.test | ||
delimited-input-comment-at-the-end.test | ||
diagnostic-category.test | ||
diagnostics-no-tidy.test | ||
diagnostics-notes.test | ||
diagnostics.test | ||
did-change-configuration-params.test | ||
document-link.test | ||
execute-command.test | ||
exit-eof.test | ||
exit-with-shutdown.test | ||
exit-without-shutdown.test | ||
filestatus.test | ||
fixits-codeaction.test | ||
fixits-command.test | ||
fixits-embed-in-diagnostic.test | ||
formatting.test | ||
hover.test | ||
index-tools.test | ||
initialize-params-invalid.test | ||
initialize-params.test | ||
initialize-sequence.test | ||
input-mirror.test | ||
lit.cfg.py | ||
lit.local.cfg | ||
lit.site.cfg.py.in | ||
log.test | ||
path-mappings.test | ||
protocol.test | ||
references.test | ||
rename.test | ||
request-reply.test | ||
selection-range.test | ||
semantic-highlighting.test | ||
signature-help-with-offsets.test | ||
signature-help.test | ||
spaces-in-delimited-input.test | ||
symbol-info.test | ||
symbols.test | ||
system-include-extractor.test | ||
target_info.test | ||
test-uri-posix.test | ||
test-uri-windows.test | ||
textdocument-didchange-fail.test | ||
too_large.test | ||
trace.test | ||
tweaks-format.test | ||
type-hierarchy.test | ||
unsupported-method.test | ||
utf8.test | ||
xrefs.test |