This also changes the output order of the changes. Now the matches are
printed in pre-order, intertwined with insertions, updates, and moves.
Deletions are printed afterwards.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9193 Build 9193: arc lint + arc unit
Event Timeline
lib/Tooling/ASTDiff/ASTDiff.cpp | ||
---|---|---|
177 | It doesn't look like this function is used in this patch? |
Comment Actions
Previous Move resulted in llvm_unreachable("TODO");, but now it seems to be fixed. The new output for Move and UpdateMove should be tested in a test.
include/clang/Tooling/ASTDiff/ASTDiff.h | ||
---|---|---|
40 | Looks like Shift isn't initialized anywhere. |
Comment Actions
LGTM, with one request below:
lib/Tooling/ASTDiff/ASTDiff.cpp | ||
---|---|---|
96–101 | 80 column violation, please re-format. |
Looks like Shift isn't initialized anywhere.