summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/rewrite-includes-messages.c
Commit message (Collapse)AuthorAgeFilesLines
* Use POSIX argument syntax in test rewrite-includes-messages.cHubert Tong2018-01-041-1/+1
| | | | | | | Invoke diff such that options precede operands. Not doing so leads to unspecified behaviour under the LSB. llvm-svn: 321830
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for ↵Alp Toker2014-07-161-0/+7
| | | | | | | | | | | | | | | | | | | | | -frewrite-includes. [PR20321]" We've decided to make the core rewriter class and PP rewriters mandatory. They're only a few hundred lines of code in total and not worth supporting as a distinct build configuration, especially since doing so disables key compiler features. This reverts commit r213150. Revert "clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter." This reverts commit r213148. Revert "Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/" This reverts commit r213146. llvm-svn: 213159
* Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/NAKAMURA Takumi2014-07-161-7/+0
| | | | llvm-svn: 213146
* -fsyntax-only for a testLubos Lunak2014-05-011-1/+1
| | | | llvm-svn: 207814
* Use %clang_cc1 in rewrite-includes-messages.c test and drop REQUIRES: shellReid Kleckner2014-05-011-4/+3
| | | | | | This test passes on Windows with lit's shell interpreter. llvm-svn: 207810
* do not hide clang stderr output during a testLubos Lunak2014-05-011-2/+2
| | | | | | I don't know why this fails on the buildbot. llvm-svn: 207808
* use 'diff' rather than 'cmp -s' in a testLubos Lunak2014-05-011-1/+1
| | | | | | That's what all tests use, no idea where I got the latter from. llvm-svn: 207797
* write a line marker right before adding included fileLubos Lunak2014-05-011-0/+8
| | | | | | | | Enclosing the original #include directive inside #if 0 adds lines, so warning/errors messages would have the line number off in "In file included from <file>:<line>:", so add line marker to fix this. llvm-svn: 207795
* revert r207756Lubos Lunak2014-05-011-8/+0
| | | | | | | | There's nothing wrong with the change itself, but test/Frontend/rewrite-includes-messages.c fails without another not-yet-committed fix. llvm-svn: 207762
* write a line marker right before adding included fileLubos Lunak2014-05-011-0/+8
Enclosing the original #include directive inside #if 0 adds lines, so warning/errors messages would have the line number off in "In file included from <file>:<line>:", so add line marker to fix this. llvm-svn: 207756
OpenPOWER on IntegriCloud