This revision was automatically updated to reflect the committed changes.
Closed by commit rL311237: [clang-diff] Make printing of matches optional
(authored by krobelus).
Changed prior to commit:
https://reviews.llvm.org/D36181?vs=109503&id=111815#toc
Repository:
rL LLVM
https://reviews.ll
arphaman accepted this revision.
arphaman added a comment.
This revision is now accepted and ready to land.
LGTM!
https://reviews.llvm.org/D36181
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/
johannes updated this revision to Diff 109503.
johannes added a comment.
fix tests
https://reviews.llvm.org/D36181
Files:
test/Tooling/clang-diff-args.test
test/Tooling/clang-diff-basic.cpp
tools/clang-diff/ClangDiff.cpp
Index: tools/clang-diff/ClangDiff.cpp
arphaman added inline comments.
Comment at: test/Tooling/clang-diff-args.sh:10
+
+RUN: echo "// CHECK-NOT: {{.}}" > %t-no-output
+RUN: clang-diff %S/clang-diff-ast.cpp %S/clang-diff-ast.cpp -- 2>&1 -std=c++11
\
You can use `MYCHECK-NOT` in this file and run `Fil
johannes updated this revision to Diff 109420.
johannes added a comment.
rename to -dump-matches, add a test
https://reviews.llvm.org/D36181
Files:
test/Tooling/clang-diff-args.sh
test/Tooling/clang-diff-basic.cpp
tools/clang-diff/ClangDiff.cpp
Index: tools/clang-diff/ClangDiff.cpp