[PATCH] D36181: [clang-diff] Make printing of matches optional

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 01:30:00 PDT 2017


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 `FileCheck --check-prefix=MYCHECK %s`


https://reviews.llvm.org/D36181





More information about the cfe-commits mailing list