llvm-project/clang/lib/Tooling/ASTDiff
Johannes Altmanninger 69774d67c8 [clang-diff] Move printing of matches and changes to clang-diff
Summary:
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.

Reviewers: arphaman

Subscribers: klimek

Differential Revision: https://reviews.llvm.org/D36179

llvm-svn: 311200
2017-08-18 21:26:34 +00:00
..
ASTDiff.cpp [clang-diff] Move printing of matches and changes to clang-diff 2017-08-18 21:26:34 +00:00
CMakeLists.txt