This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from eac4c13ac9 Revert "[clang-diff] Move the JSON export function to clang-diff" new 948113089e Revert "Revert "[clang-diff] Move the JSON export function t [...]
The 1 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 | 13 +++++-- lib/Tooling/ASTDiff/ASTDiff.cpp | 54 ++++++++++++++------------- test/Tooling/clang-diff-json.cpp | 27 ++++++++++++++ test/lit.cfg | 1 + test/lit.site.cfg.in | 1 + tools/clang-diff/ClangDiff.cpp | 65 ++++++++++++++++++++++++++++++++- 6 files changed, 130 insertions(+), 31 deletions(-) create mode 100644 test/Tooling/clang-diff-json.cpp