This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ee444f1e76 [clang-diff] Move printing of matches and changes to clang-diff new 0c78c5729f Revert "[clang-diff] Move printing of matches and changes to [...] new eac4c13ac9 Revert "[clang-diff] Move the JSON export function to clang-diff"
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Tooling/ASTDiff/ASTDiff.h | 68 +++-- include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 2 - lib/Tooling/ASTDiff/ASTDiff.cpp | 364 +++++++++++++----------- test/Tooling/clang-diff-basic.cpp | 18 +- test/Tooling/clang-diff-json.cpp | 27 -- test/lit.cfg | 1 - test/lit.site.cfg.in | 1 - tools/clang-diff/ClangDiff.cpp | 136 +-------- 8 files changed, 249 insertions(+), 368 deletions(-) delete mode 100644 test/Tooling/clang-diff-json.cpp