summaryrefslogtreecommitdiff
path: root/test/FileCheck
Commit message (Expand)AuthorAge
* FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565Daniel Sanders2013-11-20
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-13
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-13
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-10
* Add FileCheck tests for @LINEMatt Arsenault2013-10-31
* Fix "existant" typosAlp Toker2013-10-29
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-11
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-11
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-12
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-02
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-12
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-03
* Add 'CHECK-DAG' supportMichael Liao2013-05-14
* Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2013-04-25
* Canonicalize line endings to Linux style also when the --strict-whitespace fl...Guy Benyei2013-02-06
* Fix a bug in FileCheck that wouldn't let define variables as follows:Eli Bendersky2012-12-02
* Support referencing variables defined on the same line.Eli Bendersky2012-12-01
* Add a FileCheck test that makes sure two different CHECKs won't match theEli Bendersky2012-11-29
* Add some tests for the FileCheck utility.Eli Bendersky2012-11-15