This is an archive of the discontinued LLVM Phabricator instance.

[clang-diff] Match nodes with the same parent and same value
Needs ReviewPublic

Authored by johannes on Aug 14 2017, 9:04 AM.

Details

Reviewers
arphaman
Summary

This adds another pass to the matching algorithm that tries to match nodes with
common parents, if they have similar values.

Event Timeline

johannes created this revision.Aug 14 2017, 9:04 AM