[clangd] Always send file URIs to editors
authorKadir Cetinkaya <kadircet@google.com>
Wed, 2 Oct 2019 09:12:01 +0000 (09:12 +0000)
committerKadir Cetinkaya <kadircet@google.com>
Wed, 2 Oct 2019 09:12:01 +0000 (09:12 +0000)
commite95e5165960e15cd5382a2d92ed3dbe38b281066
treedf8a3e168ae01408bf1021ea09da3f33eff283f8
parentc38188c5fe41751fda095edde1a878b2a051ae58
[clangd] Always send file URIs to editors

Summary:
Editors only know about file URIs, make sure we do not use any custom
schemes while sending edits.

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D68324

llvm-svn: 373435
clang-tools-extra/clangd/ClangdLSPServer.cpp