[PATCH] D47114: [FileCheck] Implement -v and -vv for tracing matches

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 23 10:11:54 PDT 2018


jdenny updated this revision to Diff 148239.
jdenny marked 4 inline comments as done.
jdenny added a comment.

If this doesn't accomplish the changes you had in mind, please let me know.

I've also fixed a test case that was missing a newline at the end of the file, and that required adjusting some CHECK directives because of the EOF match.


https://reviews.llvm.org/D47114

Files:
  docs/CommandGuide/FileCheck.rst
  test/FileCheck/check-empty.txt
  test/FileCheck/check-label-dag.txt
  test/FileCheck/check-multiple-prefixes-nomatch-2.txt
  test/FileCheck/check-multiple-prefixes-nomatch.txt
  test/FileCheck/check-not-diaginfo.txt
  test/FileCheck/defines.txt
  test/FileCheck/implicit-check-not.txt
  test/FileCheck/match-full-lines.txt
  test/FileCheck/verbose.txt
  utils/FileCheck/FileCheck.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47114.148239.patch
Type: text/x-patch
Size: 21792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180523/75e91aad/attachment.bin>


More information about the llvm-commits mailing list