summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-comments-unterminated.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-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 Espindola2013-07-041-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 Gribenko2012-06-281-2/+2
| | | | | | newlines there. llvm-svn: 159325
* Add a test for unterminated /* comments.Dmitri Gribenko2012-06-271-0/+13
llvm-svn: 159267
OpenPOWER on IntegriCloud