This is an archive of the discontinued LLVM Phabricator instance.

[clang-diff] patching: implement updates
Needs ReviewPublic

Authored by johannes on Nov 5 2017, 12:00 PM.

Details

Reviewers
arphaman
Summary

This allows to patch nodes that have been updated. We use a LCS
algorithm to determine which tokens changed, and update accordingly.

Event Timeline

johannes created this revision.Nov 5 2017, 12:00 PM