Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FileCheck --check-prefix lines. | Tim Northover | 2013-08-12 | 1 | -1/+1 |
| | | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174 | ||||
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652 | ||||
* | Cleanup \brief comment. Since it is a single paragraph, no need to save ↵ | Dmitri Gribenko | 2012-06-28 | 1 | -2/+2 |
| | | | | | | newlines there. llvm-svn: 159325 | ||||
* | Add a test for unterminated /* comments. | Dmitri Gribenko | 2012-06-27 | 1 | -0/+13 |
llvm-svn: 159267 |