This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d159a31098 [clang-diff] Fix warning about useless comparison new 1e7d61fd34 [clang-diff] Add HTML side-by-side diff output
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: test/Tooling/Inputs/clang-diff-basic-src.cpp | 31 +++++ test/Tooling/clang-diff-basic.cpp | 39 +----- test/Tooling/clang-diff-html.test | 36 ++++++ tools/clang-diff/CMakeLists.txt | 1 + tools/clang-diff/ClangDiff.cpp | 172 +++++++++++++++++++++++++++ 5 files changed, 241 insertions(+), 38 deletions(-) create mode 100644 test/Tooling/Inputs/clang-diff-basic-src.cpp create mode 100644 test/Tooling/clang-diff-html.test