Add separate tests for the top-down and the bottom-up phase, as well as
one for the optimal matching.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/Tooling/clang-diff-bottomup.cpp | ||
---|---|---|
3 ↗ | (On Diff #109308) | Instead of using -no-compilation-database most tools support adding -- (args) for using a fixed compilation database. Any specific reason to deviate from that for clang-diff? |
test/Tooling/clang-diff-bottomup.cpp | ||
---|---|---|
3 ↗ | (On Diff #109308) | ah I actually wasn't aware of that, done |
tools/clang-diff/ClangDiff.cpp | ||
---|---|---|
436 ↗ | (On Diff #109505) | Add a newline to the string as well. |
Comment Actions
LGTM.
lib/Tooling/ASTDiff/ASTDiff.cpp | ||
---|---|---|
738 ↗ | (On Diff #110688) | Can denominator even be negative here? If no, please assert correspondingly. |