This is an archive of the discontinued LLVM Phabricator instance.

[clangd][remote] Make sure relative paths are absolute with respect to posix style
ClosedPublic

Authored by kadircet on Sep 29 2020, 11:16 AM.

Details

Summary

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.

Diff Detail

Event Timeline

kadircet created this revision.Sep 29 2020, 11:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2020, 11:16 AM
kadircet requested review of this revision.Sep 29 2020, 11:16 AM
kbobyrev accepted this revision.Sep 29 2020, 1:47 PM

Ahh, good catch! Thank you!

This revision is now accepted and ready to land.Sep 29 2020, 1:47 PM
This revision was landed with ongoing or failed builds.Sep 30 2020, 2:08 AM
This revision was automatically updated to reflect the committed changes.