This adds another pass to the matching algorithm that tries to match nodes with
common parents, if they have similar values.
Details
Details
- Reviewers
arphaman
Diff Detail
Diff Detail
- Build Status
Buildable 11844 Build 11844: arc lint + arc unit
Paths
| Differential D36687
[clang-diff] Match nodes with the same parent and same value Needs ReviewPublic Authored by johannes on Aug 14 2017, 9:04 AM.
Details
Summary This adds another pass to the matching algorithm that tries to match nodes with
Diff Detail
Revision Contents
Diff 121641 include/clang/Tooling/ASTDiff/ASTDiff.h
lib/Tooling/ASTDiff/ASTDiff.cpp
test/Tooling/clang-diff-bottomup.cpp
test/Tooling/clang-diff-heuristics.cpp
test/Tooling/clang-diff-opt.cpp
tools/clang-diff/ClangDiff.cpp
|