commit | e2afb6149918d67779d24570f87761549c79a390 | [log] [tgz] |
---|---|---|
author | Joel E. Denny <jdenny.ornl@gmail.com> | Tue Dec 18 00:03:51 2018 +0000 |
committer | Joel E. Denny <jdenny.ornl@gmail.com> | Tue Dec 18 00:03:51 2018 +0000 |
tree | edccaba779baf72a139b131dd5f650549da1de51 | |
parent | 96f0e84ccf299f31c8dff0067d3582758ebcae43 [diff] |
[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 llvm-svn: 349425