aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/FileCheck.rst
AgeCommit message (Expand)AuthorFilesLines
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin1-4/+4
2016-06-27Document the ability to perform multi-line pattern matching in FileCheck.Wolfgang Pieb1-0/+19
2016-06-14[FileCheck] Document --check-prefixes.Daniel Sanders1-0/+5
2016-02-11Add -match-full-lines argument to FileCheck.James Y Knight1-0/+12
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-2/+2
2015-03-05All FileCheck directives allow patterns.Paul Robinson1-1/+1
2015-03-05FileCheck: Document CHECK-SAME, follow-up to r230612Duncan P. N. Exon Smith1-0/+25
2014-07-21Fix Sphinx warnings.Dan Liew1-1/+1
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko1-0/+11
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault1-5/+7
2013-10-11Add warning about CHECK-DAG with variable definitionRenato Golin1-9/+37
2013-07-30Fix underscore to be the proper length.Bill Wendling1-1/+1
2013-07-18Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that i...Stephen Lin1-8/+10
2013-07-14Correct inaccurate statement in FileCheck docs.Stephen Lin1-1/+2
2013-07-12Add new directive called CHECK-LABEL to FileCheck.Stephen Lin1-0/+49
2013-06-21[docs] Fix formatting.Sean Silva1-1/+1
2013-05-14Add 'CHECK-DAG' supportMichael Liao1-0/+49
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei1-1/+2
2012-12-01Update FileCheck's documentation to mention recently added feature ofEli Bendersky1-15/+16
2012-11-29Documentation for FileCheck: use 'option' and 'program' directives.Dmitri Gribenko1-36/+32
2012-11-21Fix a typo in FileCheck.rstEli Bendersky1-1/+1
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko1-0/+27
2012-11-14FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko1-86/+50
2012-11-07Fix a broken sentenceEli Bendersky1-2/+3
2012-11-07Document the -input-file option of FileCheckEli Bendersky1-0/+5
2012-06-12Use correct syntax highliter in code blocks. Noticed by Sean Silva.Dmitri Gribenko1-7/+7
2012-06-12FileCheck docs: remove leftover HTML markup.Dmitri Gribenko1-9/+9
2012-05-24Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.Chad Rosier1-1/+1
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar1-0/+284