This revision was automatically updated to reflect the committed changes.
Closed by commit rL367137: [clang-format] Fix style of css file paths (authored
by DiegoAstiazaran, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://r
DiegoAstiazaran updated this revision to Diff 211971.
DiegoAstiazaran added a comment.
Add comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65309/new/
https://reviews.llvm.org/D65309
Files:
clang-tools-extra/clang-doc/HTMLGenerator.cpp
clang-tools-extra/unittests/clang-doc/HT
juliehockett accepted this revision.
juliehockett added a comment.
This revision is now accepted and ready to land.
LGTM after adding a comment to explain
Comment at: clang-tools-extra/clang-doc/HTMLGenerator.cpp:234
llvm::sys::path::filename(FilePa
DiegoAstiazaran created this revision.
DiegoAstiazaran added reviewers: juliehockett, jakehehrlich.
DiegoAstiazaran added a project: clang-tools-extra.
CSS files included in HTML should have a path in posix style, it should not be
different for Windows.
https://reviews.llvm.org/D65309
Files: