summaryrefslogtreecommitdiff
path: root/test/FileCheck
Commit message (Expand)AuthorAge
* 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