This is an archive of the discontinued LLVM Phabricator instance.

[clangd] testPath's final result agrees with the passed in Style
ClosedPublic

Authored by kadircet on Nov 23 2020, 1:32 AM.

Details

Summary

This was confusing, as testRoot on windows results in C:\\clangd-test
and testPath generated with posix explicitly still contained backslashes.

This patch ensures not only the relative part, but the whole final result
respects passed in Style.

Diff Detail

Event Timeline

kadircet created this revision.Nov 23 2020, 1:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 23 2020, 1:32 AM
kadircet requested review of this revision.Nov 23 2020, 1:32 AM
hokein accepted this revision.Nov 23 2020, 1:56 AM
This revision is now accepted and ready to land.Nov 23 2020, 1:56 AM
This revision was landed with ongoing or failed builds.Nov 23 2020, 3:45 AM
This revision was automatically updated to reflect the committed changes.