summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/FileCheck.rst
AgeCommit message (Expand)Author
2017-11-07Add a -D flag to FileCheck to define variablesAlexander Richardson
2017-10-13[FileCheck] regexp doc update/fixSjoerd Meijer
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-06-27Document the ability to perform multi-line pattern matching in FileCheck.Wolfgang Pieb
2016-06-14[FileCheck] Document --check-prefixes.Daniel Sanders
2016-02-11Add -match-full-lines argument to FileCheck.James Y Knight
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-03-05All FileCheck directives allow patterns.Paul Robinson
2015-03-05FileCheck: Document CHECK-SAME, follow-up to r230612Duncan P. N. Exon Smith
2014-07-21Fix Sphinx warnings.Dan Liew
2014-07-11Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault
2013-10-11Add warning about CHECK-DAG with variable definitionRenato Golin
2013-07-30Fix underscore to be the proper length.Bill Wendling
2013-07-18Fix FileCheck CHECK-LABEL documentation wording slightly; also mention that i...Stephen Lin
2013-07-14Correct inaccurate statement in FileCheck docs.Stephen Lin
2013-07-12Add new directive called CHECK-LABEL to FileCheck.Stephen Lin
2013-06-21[docs] Fix formatting.Sean Silva
2013-05-14Add 'CHECK-DAG' supportMichael Liao
2013-02-06Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei
2012-12-01Update FileCheck's documentation to mention recently added feature ofEli Bendersky
2012-11-29Documentation for FileCheck: use 'option' and 'program' directives.Dmitri Gribenko
2012-11-21Fix a typo in FileCheck.rstEli Bendersky
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko
2012-11-14FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko
2012-11-07Fix a broken sentenceEli Bendersky
2012-11-07Document the -input-file option of FileCheckEli Bendersky
2012-06-12Use correct syntax highliter in code blocks. Noticed by Sean Silva.Dmitri Gribenko
2012-06-12FileCheck docs: remove leftover HTML markup.Dmitri Gribenko
2012-05-24Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.Chad Rosier
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar