This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Fix style of css file paths
ClosedPublic

Authored by DiegoAstiazaran on Jul 25 2019, 4:48 PM.

Details

Summary

CSS files included in HTML should have a path in posix style, it should not be different for Windows.

Diff Detail

Repository
rL LLVM

Event Timeline

juliehockett accepted this revision.Jul 26 2019, 9:34 AM

LGTM after adding a comment to explain

clang-tools-extra/clang-doc/HTMLGenerator.cpp
234 ↗(On Diff #211858)

Comment here why you're explicitly using posix (i.e. HTML uses posix-style paths)

This revision is now accepted and ready to land.Jul 26 2019, 9:34 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2019, 11:04 AM