This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84dc519667 [CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabase new 7fe9c979c5 [clang-diff] Fix some errors and inconsistencies new 3c9f486dfd [clang-diff] Add commandline arguments.
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 | 1 + include/clang/Tooling/ASTDiff/ASTDiffInternal.h | 2 - lib/Tooling/ASTDiff/ASTDiff.cpp | 57 +++++++++----------- test/Tooling/clang-diff-args.test | 8 +++ test/Tooling/clang-diff-basic.cpp | 7 ++- tools/clang-diff/ClangDiff.cpp | 72 ++++++++++++++++++------- 6 files changed, 91 insertions(+), 56 deletions(-) create mode 100644 test/Tooling/clang-diff-args.test