[all-commits] [llvm/llvm-project] 64e8fd: [clangd][remote] Make sure relative paths are abso...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Wed Sep 30 02:09:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64e8fd540ecc38ee3daf942499091589785e2733
https://github.com/llvm/llvm-project/commit/64e8fd540ecc38ee3daf942499091589785e2733
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M clang-tools-extra/clangd/index/remote/marshalling/Marshalling.cpp
Log Message:
-----------
[clangd][remote] Make sure relative paths are absolute with respect to posix style
Relative paths received from the server are always in posix style. So
we need to ensure they are relative using that style, and not the native one.
Differential Revision: https://reviews.llvm.org/D88507
More information about the All-commits
mailing list