Commit Graph

3 Commits

Author SHA1 Message Date
Alp Toker 7d78fb0b8b Revert "clang/test/Driver/crash-report.c: This requires rewriter for -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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213159 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-16 15:12:48 +00:00
NAKAMURA Takumi 50ff53f4f3 Move clang/test/Frontend/rewrite-*.c to clang/test/Frontend/Rewriter/
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213146 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-16 13:23:13 +00:00
Argyrios Kyrtzidis e9512e2c27 [frontend] '-frewrite-includes' should not ignore headers included from command-line.
rdar://14556182

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187207 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-26 15:32:04 +00:00