summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/verify3.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix test that was not being runAlp Toker2013-11-051-1/+1
| | | | llvm-svn: 194070
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-4/+4
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* Change VerifyDiagnosticConsumer so that it *must* contain at least one ↵Andy Gibbs2012-10-191-0/+41
"expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. This change was initially proposed as a solution to the problem highlighted by check-in r164677, i.e. that -verify will not cause a test-case failure where the compile command does not actually reference the file. Patch reviewed by David Blaikie. llvm-svn: 166281
OpenPOWER on IntegriCloud