This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 433560bf06 [Sema] Don't emit -Wunguarded-availability for switch cases new 5ce0ae8c6a [clang-diff] Move the JSON export function to clang-diff new ee444f1e76 [clang-diff] Move printing of matches and changes 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, 368 insertions(+), 249 deletions(-) create mode 100644 test/Tooling/clang-diff-json.cpp