Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-move/ClangMove.cpp | ||
---|---|---|
472 ↗ | (On Diff #74672) | For deletions, you can simply use add, which now simply merges overlapping deletions. And I think it should be considered an error if add fails. With add, you can get rid of addOrMergeReplacement. |
Comment Actions
Awesome! Lg with one nit.
clang-move/ClangMove.cpp | ||
---|---|---|
197 ↗ | (On Diff #74675) | This is also dead I think :P |