summaryrefslogtreecommitdiffstats
path: root/test/FileCheck
Commit message (Expand)AuthorAgeFilesLines
* Add a -D flag to FileCheck to define variablesAlexander Richardson2017-11-071-0/+9
* [llvm] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang2017-07-171-1/+1
* [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer2017-06-071-0/+9
* [FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich2017-03-092-13/+36
* Commit a test for match-full-lines.James Y Knight2017-01-092-14/+53
* [FileCheck] Fix --strict-whitespace --match-full-lines -- add test-caseTom de Vries2016-12-181-0/+14
* Make check lines not match themselves.Paul Robinson2016-06-161-3/+4
* [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix o...Daniel Sanders2016-06-144-0/+7
* Fix windows build bot failureXinliang David Li2016-05-281-1/+1
* FileCheck: dump command line context with empty inputXinliang David Li2016-05-271-0/+1
* Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-291-0/+28
* Revert r262092, caught LLD testsPaul Robinson2016-02-261-28/+0
* [FileCheck] Abort if -NOT is combined with another suffix.Paul Robinson2016-02-261-0/+28
* FileCheck: Add CHECK-SAMEDuncan P. N. Exon Smith2015-02-261-0/+23
* FileCheck: Add a flag to allow checking empty inputJustin Bogner2014-08-071-0/+11
* Add missing test for r214210.Eli Bendersky2014-07-291-0/+1
* Add FileCheck -implicit-check-not option to allow stricter tests without addi...Alexander Kornienko2014-07-111-0/+44
* FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders2013-11-201-0/+10
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-131-0/+5
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-131-0/+10
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-1013-2/+109
* Add FileCheck tests for @LINEMatt Arsenault2013-10-312-0/+26
* Fix "existant" typosAlp Toker2013-10-291-2/+2
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-111-0/+11
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-111-0/+11
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-122-0/+16
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-021-0/+1
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-121-0/+51
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-031-1/+1
* Add 'CHECK-DAG' supportMichael Liao2013-05-142-0/+110
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-251-0/+7
* Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei2013-02-061-0/+11
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-022-1/+9
* Support referencing variables defined on the same line.Eli Bendersky2012-12-011-0/+16
* Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky2012-11-291-0/+8
* Add some tests for the FileCheck utility.Eli Bendersky2012-11-154-0/+27