summaryrefslogtreecommitdiff
path: root/test/Format
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-07-16 15:12:48 +0000
committerAlp Toker <alp@nuanti.com>2014-07-16 15:12:48 +0000
commit7d78fb0b8b4751d2a59e0347233b9b921153eca6 (patch)
treeb279148f8324629baf7d7b5d6c4b2c2b751addd4 /test/Format
parent2d3dce1b036e2114b50c328b4cecbb7c8493a2c1 (diff)
downloadclang-7d78fb0b8b4751d2a59e0347233b9b921153eca6.tar.gz
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
Diffstat (limited to 'test/Format')
-rw-r--r--test/Format/lit.local.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Format/lit.local.cfg b/test/Format/lit.local.cfg
deleted file mode 100644
index 5bbc711c65..0000000000
--- a/test/Format/lit.local.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-if config.root.clang_rewriter == 0:
- config.unsupported = True