[all-commits] [llvm/llvm-project] 93bb99: [clangd] Implement path and URI translation for re...

Kirill Bobyrev via All-commits all-commits at lists.llvm.org
Thu Jul 9 03:55:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93bb9944cb577f0529636dc5acfba16026740962
      https://github.com/llvm/llvm-project/commit/93bb9944cb577f0529636dc5acfba16026740962
  Author: Kirill Bobyrev <kbobyrev at google.com>
  Date:   2020-07-09 (Thu, 09 Jul 2020)

  Changed paths:
    M clang-tools-extra/clangd/index/dex/dexp/Dexp.cpp
    M clang-tools-extra/clangd/index/remote/Client.cpp
    M clang-tools-extra/clangd/index/remote/Client.h
    M clang-tools-extra/clangd/index/remote/Index.proto
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
    M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.h
    M clang-tools-extra/clangd/index/remote/server/Server.cpp
    M clang-tools-extra/clangd/index/remote/unimplemented/UnimplementedClient.cpp
    M clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp

  Log Message:
  -----------
  [clangd] Implement path and URI translation for remote index

Reviewers: sammccall

Reviewed By: sammccall

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

Tags: #clang

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




More information about the All-commits mailing list