Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actually also compile output in tests for -frewrite-includes | Lubos Lunak | 2019-09-18 | 1 | -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 Toker | 2014-07-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | -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 Takumi | 2014-07-16 | 1 | -1/+0 |
| | | | | llvm-svn: 213146 | ||||
* | Add a -rewrite-includes option, which is similar to -rewrite-macros, but ↵ | David Blaikie | 2012-06-06 | 1 | -0/+1 |
only expands #include directives. Patch contributed by Lubos Lunak (l.lunax@suse.cz). Review by Matt Beaumont-Gay (matthewbg@google.com). llvm-svn: 158093 |