[clang-diff] Fix similarity computation
Summary: Add separate tests for the top-down and the bottom-up phase, as well as one for the optimal matching. Reviewers: arphaman Subscribers: klimek Differential Revision: https://reviews.llvm.org/D36185 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311284 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Tooling/ASTDiff/ASTDiff.h 3 additions, 1 deletioninclude/clang/Tooling/ASTDiff/ASTDiff.h
- lib/Tooling/ASTDiff/ASTDiff.cpp 22 additions, 13 deletionslib/Tooling/ASTDiff/ASTDiff.cpp
- test/Tooling/clang-diff-bottomup.cpp 39 additions, 0 deletionstest/Tooling/clang-diff-bottomup.cpp
- test/Tooling/clang-diff-opt.cpp 44 additions, 0 deletionstest/Tooling/clang-diff-opt.cpp
- test/Tooling/clang-diff-topdown.cpp 48 additions, 0 deletionstest/Tooling/clang-diff-topdown.cpp
- tools/clang-diff/ClangDiff.cpp 13 additions, 0 deletionstools/clang-diff/ClangDiff.cpp
Loading
Please register or sign in to comment