Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make check lines not match themselves. | Paul Robinson | 2016-06-16 | 1 | -3/+4 |
| | | | | | | Noticed during review of the recent FileCheck change. llvm-svn: 272940 | ||||
* | Allow multiple check prefixes in FileCheck. | Matt Arsenault | 2013-11-10 | 1 | -0/+9 |
This is useful if you want to run multiple variations of a single test, and the majority of check lines should be the same. llvm-svn: 194343 |