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
- Build Status
Buildable 8960 Build 8960: arc lint + arc unit
Event Timeline
test/Tooling/clang-diff-bottomup.cpp | ||
---|---|---|
4 | 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 | ||
---|---|---|
4 | ah I actually wasn't aware of that, done |
tools/clang-diff/ClangDiff.cpp | ||
---|---|---|
436 | Add a newline to the string as well. |
Comment Actions
LGTM.
lib/Tooling/ASTDiff/ASTDiff.cpp | ||
---|---|---|
738 | Can denominator even be negative here? If no, please assert correspondingly. |
Can denominator even be negative here? If no, please assert correspondingly.