summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/rewrite-includes-cli-include.c
Commit message (Collapse)AuthorAgeFilesLines
* actually also compile output in tests for -frewrite-includesLubos Lunak2019-09-181-1/+1
| | | | | | | | | Checking that the created output matches something is nice, but this should also check whether the output makes sense. Differential Revision: https://reviews.llvm.org/D63979 llvm-svn: 372250
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for ↵Alp Toker2014-07-161-0/+9
| | | | | | | | | | | | | | | | | | | | | -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-9/+0
| | | | llvm-svn: 213146
* do not use "1" for line marker for the predefines "file" eitherLubos Lunak2014-05-011-0/+9
Similar to r207764. llvm-svn: 207794
OpenPOWER on IntegriCloud