]> granicus.if.org Git - clang/commitdiff
Moved "Rewriter" tests from test/Sema to test/Rewriter.
authorTed Kremenek <kremenek@apple.com>
Fri, 1 Feb 2008 17:05:54 +0000 (17:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 1 Feb 2008 17:05:54 +0000 (17:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46640 91177308-0d34-0410-b5e6-96231b3b80d8

27 files changed:
test/Makefile
test/Rewriter/id-test-3.m [moved from test/Sema/id-test-3.m with 100% similarity]
test/Rewriter/ivar-encoding-1.m [moved from test/Sema/ivar-encoding-1.m with 100% similarity]
test/Rewriter/ivar-encoding-2.m [moved from test/Sema/ivar-encoding-2.m with 100% similarity]
test/Rewriter/metadata-test-1.m [moved from test/Sema/metadata-test-1.m with 100% similarity]
test/Rewriter/metadata-test-2.m [moved from test/Sema/metadata-test-2.m with 100% similarity]
test/Rewriter/method-encoding-1.m [moved from test/Sema/method-encoding-1.m with 100% similarity]
test/Rewriter/objc-encoding-bug-1.m [moved from test/Sema/objc-encoding-bug-1.m with 100% similarity]
test/Rewriter/objc-ivar-receiver-1.m [moved from test/Sema/objc-ivar-receiver-1.m with 100% similarity]
test/Rewriter/objc-string-concat-1.m [moved from test/Sema/objc-string-concat-1.m with 100% similarity]
test/Rewriter/objc-super-test.m [moved from test/Sema/objc-super-test.m with 100% similarity]
test/Rewriter/objc-synchronized-1.m [moved from test/Sema/objc-synchronized-1.m with 100% similarity]
test/Rewriter/protocol-rewrite-1.m [moved from test/Sema/protocol-rewrite-1.m with 100% similarity]
test/Rewriter/rewrite-api-bug.m [moved from test/Sema/rewrite-api-bug.m with 100% similarity]
test/Rewriter/rewrite-foreach-1.m [moved from test/Sema/rewrite-foreach-1.m with 100% similarity]
test/Rewriter/rewrite-foreach-2.m [moved from test/Sema/rewrite-foreach-2.m with 100% similarity]
test/Rewriter/rewrite-foreach-3.m [moved from test/Sema/rewrite-foreach-3.m with 100% similarity]
test/Rewriter/rewrite-foreach-4.m [moved from test/Sema/rewrite-foreach-4.m with 100% similarity]
test/Rewriter/rewrite-foreach-5.m [moved from test/Sema/rewrite-foreach-5.m with 100% similarity]
test/Rewriter/rewrite-foreach-6.m [moved from test/Sema/rewrite-foreach-6.m with 100% similarity]
test/Rewriter/rewrite-protocol-type-1.m [moved from test/Sema/rewrite-protocol-type-1.m with 100% similarity]
test/Rewriter/rewrite-try-catch.m [moved from test/Sema/rewrite-try-catch.m with 100% similarity]
test/Rewriter/static-type-protocol-1.m [moved from test/Sema/static-type-protocol-1.m with 100% similarity]
test/Rewriter/undecl-objc-h.m [moved from test/Sema/undecl-objc-h.m with 100% similarity]
test/Rewriter/undeclared-method-1.m [moved from test/Sema/undeclared-method-1.m with 100% similarity]
test/Rewriter/undef-field-reference-1.m [moved from test/Sema/undef-field-reference-1.m with 100% similarity]
test/Rewriter/va-method.m [moved from test/Sema/va-method.m with 100% similarity]

index 91928cafb86c9924b8a9193a85e47e0cb6b56b90..175c477aaa5ba19f05a9ec009463708ef0f02a4d 100644 (file)
@@ -3,6 +3,6 @@ include $(LEVEL)/Makefile.common
 
 all::
        PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find\
-            CodeGen Lexer Preprocessor Parser Sema Analysis Serialization\
+            Rewriter CodeGen Lexer Preprocessor Parser Sema Analysis Serialization\
             \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \)\
              -print -exec ./TestRunner.sh {} \;