summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/FileCheck.rst
Commit message (Expand)AuthorAgeFilesLines
* [FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov2018-07-201-0/+4
* [FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny2018-07-131-0/+10
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-0/+26
* Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-26/+0
* [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny2018-07-111-0/+26
* Fix doc title underlining.James Henderson2018-06-261-1/+1
* [FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson2018-06-261-0/+19
* Add a -D flag to FileCheck to define variablesAlexander Richardson2017-11-071-0/+5
* [FileCheck] regexp doc update/fixSjoerd Meijer2017-10-131-5/+6
* [FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich2017-03-091-0/+19
* [docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin2016-07-201-4/+4
* Document the ability to perform multi-line pattern matching in FileCheck.Wolfgang Pieb2016-06-271-0/+19
* [FileCheck] Document --check-prefixes.Daniel Sanders2016-06-141-0/+5
* Add -match-full-lines argument to FileCheck.James Y Knight2016-02-111-0/+12
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-2/+2
* All FileCheck directives allow patterns.Paul Robinson2015-03-051-1/+1
* FileCheck: Document CHECK-SAME, follow-up to r230612Duncan P. N. Exon Smith2015-03-051-0/+25
* Fix Sphinx warnings.Dan Liew2014-07-211-1/+1
* Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko2014-07-111-0/+11
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-101-5/+7
* Add warning about CHECK-DAG with variable definitionRenato Golin2013-10-111-9/+37
* Fix underscore to be the proper length.Bill Wendling2013-07-301-1/+1
* Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that i...Stephen Lin2013-07-181-8/+10
* Correct inaccurate statement in FileCheck docs.Stephen Lin2013-07-141-1/+2
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-121-0/+49
* [docs] Fix formatting.Sean Silva2013-06-211-1/+1
* Add 'CHECK-DAG' supportMichael Liao2013-05-141-0/+49
* Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei2013-02-061-1/+2
* Update FileCheck's documentation to mention recently added feature ofEli Bendersky2012-12-011-15/+16
* Documentation for FileCheck: use 'option' and 'program' directives.Dmitri Gribenko2012-11-291-36/+32
* Fix a typo in FileCheck.rstEli Bendersky2012-11-211-1/+1
* Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko2012-11-141-0/+27
* FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko2012-11-141-86/+50
* Fix a broken sentenceEli Bendersky2012-11-071-2/+3
* Document the -input-file option of FileCheckEli Bendersky2012-11-071-0/+5
* Use correct syntax highliter in code blocks. Noticed by Sean Silva.Dmitri Gribenko2012-06-121-7/+7
* FileCheck docs: remove leftover HTML markup.Dmitri Gribenko2012-06-121-9/+9
* Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.Chad Rosier2012-05-241-1/+1
* [docs] Add ReST version of all the man pages.Daniel Dunbar2012-05-081-0/+284
OpenPOWER on IntegriCloud