[PATCH] D39664: [clang-diff] patching: implement updates

Johannes Altmanninger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 5 12:00:20 PST 2017


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

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


https://reviews.llvm.org/D39664

Files:
  lib/Tooling/ASTDiff/ASTPatch.cpp
  unittests/Tooling/ASTPatchTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39664.121659.patch
Type: text/x-patch
Size: 23853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171105/f78bb8d5/attachment-0001.bin>


More information about the cfe-commits mailing list