This is an archive of the discontinued LLVM Phabricator instance.

[clang-diff] Split findPositionInParent
Needs ReviewPublic

Authored by johannes on Nov 5 2017, 10:59 AM.

Details

Reviewers
arphaman
Summary

This makes findPositionInParent() a member of Node. Additionally, the
function that computes the new position that is dependent on
insertions and deletions of siblings, is now a member of
ASTDiff::Impl.

Event Timeline

johannes created this revision.Nov 5 2017, 10:59 AM