[PATCH] D39649: [clang-diff] Split findPositionInParent

Johannes Altmanninger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 5 10:59:03 PST 2017


johannes created this revision.
Herald added a subscriber: klimek.

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.


https://reviews.llvm.org/D39649

Files:
  include/clang/Tooling/ASTDiff/ASTDiff.h
  lib/Tooling/ASTDiff/ASTDiff.cpp
  tools/clang-diff/ClangDiff.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39649.121637.patch
Type: text/x-patch
Size: 4895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171105/af9f4f1a/attachment.bin>


More information about the cfe-commits mailing list