[all-commits] [llvm/llvm-project] 6dda6f: [FileCheck] Fix up -dump-input* docs
Joel E. Denny via All-commits
all-commits at lists.llvm.org
Fri Jul 10 14:21:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6dda6ff0e094b667311dbd7a46d4e36aa787e033
https://github.com/llvm/llvm-project/commit/6dda6ff0e094b667311dbd7a46d4e36aa787e033
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M llvm/docs/CommandGuide/FileCheck.rst
M llvm/utils/FileCheck/FileCheck.cpp
Log Message:
-----------
[FileCheck] Fix up -dump-input* docs
In FileCheck.rst, add `-dump-input-context` and `-dump-input-filter`,
and fix some `-dump-input` documentation.
In `FileCheck -help`, `cl::value_desc("kind")` is being ignored for
`-dump-input-filter`, so just drop it.
Extend `-dump-input=help` to mention FILECHECK_OPTS.
More information about the All-commits
mailing list