llvm-6502/docs/CommandGuide
Alexander Kornienko c58b079d23 Add FileCheck -implicit-check-not option to allow stricter tests without adding too many CHECK-NOTs manually.
Summary:
Add FileCheck -implicit-check-not option which allows specifying a
pattern that should only occur in the input when explicitly matched by a
positive check. This feature allows checking tool diagnostics in a way
clang -verify does it for compiler diagnostics.

The option has been tested on a number of clang-tidy checks, I'll post a link to
the clang-tidy patch to this thread.

Once there's an agreement on the general direction, I can add tests and
documentation.

Reviewers: djasper, bkramer

Reviewed By: bkramer

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D4462

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212810 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-11 12:39:32 +00:00
..
bugpoint.rst docs: Remove documentation for legacy PGO options 2014-06-04 06:29:38 +00:00
FileCheck.rst Add FileCheck -implicit-check-not option to allow stricter tests without adding too many CHECK-NOTs manually. 2014-07-11 12:39:32 +00:00
index.rst Add documentation for llvm-dwarfdump tool 2014-05-19 22:53:29 +00:00
lit.rst [lit] Change --show-{tests,suites} to exit after printing. 2013-08-08 20:59:25 +00:00
llc.rst Remove LowerInvoke's obsolete "-enable-correct-eh-support" option 2014-03-20 19:54:47 +00:00
lli.rst Remove LowerInvoke's obsolete "-enable-correct-eh-support" option 2014-03-20 19:54:47 +00:00
llvm-ar.rst Remove more dead documentation. 2013-07-30 04:06:06 +00:00
llvm-as.rst Fix the formatting a bit. 2012-06-20 11:25:11 +00:00
llvm-bcanalyzer.rst Documentation: use paths relative to document root in links. 2012-12-12 21:16:29 +00:00
llvm-build.rst Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:22 +00:00
llvm-config.rst Use correct syntax highliter in code blocks. Noticed by Sean Silva. 2012-06-12 15:45:07 +00:00
llvm-cov.rst llvm-cov: Document --no-output in the command guide 2014-05-07 02:33:58 +00:00
llvm-diff.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-dis.rst [docs] Add ReST version of all the man pages. 2012-05-08 16:50:35 +00:00
llvm-dwarfdump.rst Add documentation for llvm-dwarfdump tool 2014-05-19 22:53:29 +00:00
llvm-extract.rst docs: command guide: cleanups, no text changes 2013-08-18 08:32:32 +00:00
llvm-link.rst Update documentation of llvm-link to reflect recent cleanups. 2013-03-19 16:04:19 +00:00
llvm-nm.rst docs: command guide: cleanups, no text changes 2013-08-18 08:32:32 +00:00
llvm-profdata.rst PGO: llvm-profdata: tool for merging profiles 2014-02-17 23:22:49 +00:00
llvm-readobj.rst Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
llvm-stress.rst Documentation for llvm-stress: reformat 2012-11-29 19:05:55 +00:00
llvm-symbolizer.rst [DWARF parser] Teach DIContext to fetch short (non-linkage) function names for a given address. 2014-05-17 00:07:48 +00:00
opt.rst docs: Remove documentation for legacy PGO options 2014-06-04 06:29:38 +00:00
tblgen.rst [docs] Fix some links 2014-04-07 22:46:40 +00:00