]> granicus.if.org Git - llvm/commit
[FileCheck] Annotate input dump (final tweaks)
authorJoel E. Denny <jdenny.ornl@gmail.com>
Tue, 18 Dec 2018 00:03:51 +0000 (00:03 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Tue, 18 Dec 2018 00:03:51 +0000 (00:03 +0000)
commit302fa307d9fbd700209e07e29e62ff5e995f9507
tree8c45258dc76c0eebf557f1fb36ce35b73043455f
parentc4c24a8093cb23d0ea359b4c2330ea154ca0a830
[FileCheck] Annotate input dump (final tweaks)

Apply final suggestions from probinson for this patch series plus a
few more tweaks:

* Improve various docs, for MatchType in particular.

* Rename some members of MatchType.  The main problem was that the
  term "final match" became a misnomer when CHECK-COUNT-<N> was
  created.

* Split InputStartLine, etc. declarations into multiple lines.

Differential Revision: https://reviews.llvm.org/D55738

Reviewed By: probinson

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349425 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileCheck.h
lib/Support/FileCheck.cpp
test/FileCheck/dump-input-annotations.txt
utils/FileCheck/FileCheck.cpp