This is an archive of the discontinued LLVM Phabricator instance.

[clang-diff] Add HTML side-by-side diff output
ClosedPublic

Authored by johannes on Aug 1 2017, 1:53 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

johannes created this revision.Aug 1 2017, 1:53 PM
johannes edited the summary of this revision. (Show Details)Aug 1 2017, 2:10 PM
johannes updated this revision to Diff 109305.Aug 2 2017, 2:56 AM

white box tests

johannes updated this revision to Diff 109539.Aug 3 2017, 6:35 AM

make test work with python 2

arphaman added inline comments.Aug 9 2017, 4:36 AM
test/Tooling/clang-diff-html.py
1 ↗(On Diff #109539)

Why did you decide to use a python script for this? Can you just file check the HTML output directly, or do you think this is better?

johannes updated this revision to Diff 110553.Aug 10 2017, 4:17 AM
johannes edited the summary of this revision. (Show Details)

change tests

arphaman edited edge metadata.Aug 14 2017, 5:52 AM

Awesome, thanks! LGTM.

arphaman accepted this revision.Aug 14 2017, 5:52 AM
This revision is now accepted and ready to land.Aug 14 2017, 5:52 AM
This revision was automatically updated to reflect the committed changes.