diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-26 00:57:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-26 00:57:24 +0000 |
commit | 6ac6ddc861ccc42f3025c4209b7c031bcd8f43f9 (patch) | |
tree | a2654e6a3604cc456975e7183f4a31abb89f90d6 | |
parent | 62f5f7ffad57e0c2af2b308af3735351505937cb (diff) |
move all objc sema tests into a new SemaObjC directory. Next step is to
remove the objc- prefix from the tests that use it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54084 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Makefile | 2 | ||||
-rw-r--r-- | test/SemaObjC/DoubleMethod.m (renamed from test/Sema/DoubleMethod.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/alias-test-1.m (renamed from test/Sema/alias-test-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/alias-test-2.m (renamed from test/Sema/alias-test-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/argument-checking.m (renamed from test/Sema/argument-checking.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/category-1.m (renamed from test/Sema/category-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/check-dup-decl-methods-1.m (renamed from test/Sema/check-dup-decl-methods-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/check-dup-objc-decls-1.m (renamed from test/Sema/check-dup-objc-decls-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/class-conforming-protocol-1.m (renamed from test/Sema/class-conforming-protocol-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/class-def-test-1.m (renamed from test/Sema/class-def-test-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/class-impl-1.m (renamed from test/Sema/class-impl-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/class-proto-1.m (renamed from test/Sema/class-proto-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/cocoa.m (renamed from test/Sema/cocoa.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/compatible-protocol-qualified-types.m (renamed from test/Sema/compatible-protocol-qualified-types.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/conditional-expr.m (renamed from test/Sema/conditional-expr.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/conflicting-ivar-test-1.m (renamed from test/Sema/conflicting-ivar-test-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/const-id.m (renamed from test/Sema/const-id.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/enhanced-proto-2.m (renamed from test/Sema/enhanced-proto-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/format-strings-objc.m (renamed from test/Sema/format-strings-objc.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/forward-class-1.m (renamed from test/Sema/forward-class-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/gcc-cast-ext.m (renamed from test/Sema/gcc-cast-ext.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/id_builtin.m (renamed from test/Sema/id_builtin.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/incompatible-protocol-qualified-types.m (renamed from test/Sema/incompatible-protocol-qualified-types.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/invalid-objc-decls-1.m (renamed from test/Sema/invalid-objc-decls-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/ivar-sem-check-1.m (renamed from test/Sema/ivar-sem-check-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/message.m (renamed from test/Sema/message.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/method-def-1.m (renamed from test/Sema/method-def-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/method-def-2.m (renamed from test/Sema/method-def-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/method-encoding-2.m (renamed from test/Sema/method-encoding-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/method-lookup.m (renamed from test/Sema/method-lookup.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/method-not-defined.m (renamed from test/Sema/method-not-defined.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/method-undef-category-warn-1.m (renamed from test/Sema/method-undef-category-warn-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/method-undefined-warn-1.m (renamed from test/Sema/method-undefined-warn-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/missing-method-context.m (renamed from test/Sema/missing-method-context.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-at-defs.m (renamed from test/Sema/objc-at-defs.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-bad-receiver-1.m (renamed from test/Sema/objc-bad-receiver-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-1.m (renamed from test/Sema/objc-comptypes-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-2.m (renamed from test/Sema/objc-comptypes-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-3.m (renamed from test/Sema/objc-comptypes-3.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-4.m (renamed from test/Sema/objc-comptypes-4.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-5.m (renamed from test/Sema/objc-comptypes-5.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-6.m (renamed from test/Sema/objc-comptypes-6.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-7.m (renamed from test/Sema/objc-comptypes-7.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-8.m (renamed from test/Sema/objc-comptypes-8.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-comptypes-9.m (renamed from test/Sema/objc-comptypes-9.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-interface-1.m (renamed from test/Sema/objc-interface-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-interface-layout.m (renamed from test/Sema/objc-interface-layout.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-ivar-lookup.m (renamed from test/Sema/objc-ivar-lookup.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-legacy-implementation-1.m (renamed from test/Sema/objc-legacy-implementation-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-method-lookup.m (renamed from test/Sema/objc-method-lookup.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-1.m (renamed from test/Sema/objc-property-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-2.m (renamed from test/Sema/objc-property-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-3.m (renamed from test/Sema/objc-property-3.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-4.m (renamed from test/Sema/objc-property-4.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-5.m (renamed from test/Sema/objc-property-5.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-6.m (renamed from test/Sema/objc-property-6.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-7.m (renamed from test/Sema/objc-property-7.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-8.m (renamed from test/Sema/objc-property-8.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-property-9-impl-method.m (renamed from test/Sema/objc-property-9-impl-method.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-props-on-prots.m (renamed from test/Sema/objc-props-on-prots.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-protocol-1.m (renamed from test/Sema/objc-protocol-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-string.m (renamed from test/Sema/objc-string.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-synchronized.m (renamed from test/Sema/objc-synchronized.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-try-catch.m (renamed from test/Sema/objc-try-catch.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-typedef-class.m (renamed from test/Sema/objc-typedef-class.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-types-compatible.m (renamed from test/Sema/objc-types-compatible.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/objc-unused.m (renamed from test/Sema/objc-unused.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/protocol-expr-1.m (renamed from test/Sema/protocol-expr-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/protocol-expr-neg-1.m (renamed from test/Sema/protocol-expr-neg-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/protocol-id-test-1.m (renamed from test/Sema/protocol-id-test-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/protocol-id-test-2.m (renamed from test/Sema/protocol-id-test-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/protocol-id-test-3.m (renamed from test/Sema/protocol-id-test-3.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/protocol-test-1.m (renamed from test/Sema/protocol-test-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/protocol-test-2.m (renamed from test/Sema/protocol-test-2.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/selector-1.m (renamed from test/Sema/selector-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/selector-overload.m (renamed from test/Sema/selector-overload.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/static-ivar-ref-1.m (renamed from test/Sema/static-ivar-ref-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/undef-protocol-methods-1.m (renamed from test/Sema/undef-protocol-methods-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/undef-superclass-1.m (renamed from test/Sema/undef-superclass-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/undefined-protocol-type-1.m (renamed from test/Sema/undefined-protocol-type-1.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/va-method-1.m (renamed from test/Sema/va-method-1.m) | 0 |
81 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 8770db1ff8..43ff548234 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ LEVEL = ../../.. include $(LEVEL)/Makefile.common -TESTDIRS = CodeGen Lexer Preprocessor Parser Sema Analysis Serialization Rewriter +TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaObjC Analysis Serialization Rewriter # Only run rewriter tests on darwin. ifeq ($(OS),Darwin) diff --git a/test/Sema/DoubleMethod.m b/test/SemaObjC/DoubleMethod.m index 70c7ed55f1..70c7ed55f1 100644 --- a/test/Sema/DoubleMethod.m +++ b/test/SemaObjC/DoubleMethod.m diff --git a/test/Sema/alias-test-1.m b/test/SemaObjC/alias-test-1.m index fdaccf3f8b..fdaccf3f8b 100644 --- a/test/Sema/alias-test-1.m +++ b/test/SemaObjC/alias-test-1.m diff --git a/test/Sema/alias-test-2.m b/test/SemaObjC/alias-test-2.m index 0a17846685..0a17846685 100644 --- a/test/Sema/alias-test-2.m +++ b/test/SemaObjC/alias-test-2.m diff --git a/test/Sema/argument-checking.m b/test/SemaObjC/argument-checking.m index 820a2f09c7..820a2f09c7 100644 --- a/test/Sema/argument-checking.m +++ b/test/SemaObjC/argument-checking.m diff --git a/test/Sema/category-1.m b/test/SemaObjC/category-1.m index 15f6b166c5..15f6b166c5 100644 --- a/test/Sema/category-1.m +++ b/test/SemaObjC/category-1.m diff --git a/test/Sema/check-dup-decl-methods-1.m b/test/SemaObjC/check-dup-decl-methods-1.m index 36a98a24a4..36a98a24a4 100644 --- a/test/Sema/check-dup-decl-methods-1.m +++ b/test/SemaObjC/check-dup-decl-methods-1.m diff --git a/test/Sema/check-dup-objc-decls-1.m b/test/SemaObjC/check-dup-objc-decls-1.m index e3902bdcca..e3902bdcca 100644 --- a/test/Sema/check-dup-objc-decls-1.m +++ b/test/SemaObjC/check-dup-objc-decls-1.m diff --git a/test/Sema/class-conforming-protocol-1.m b/test/SemaObjC/class-conforming-protocol-1.m index 6afee0d3d4..6afee0d3d4 100644 --- a/test/Sema/class-conforming-protocol-1.m +++ b/test/SemaObjC/class-conforming-protocol-1.m diff --git a/test/Sema/class-def-test-1.m b/test/SemaObjC/class-def-test-1.m index 72702d9d18..72702d9d18 100644 --- a/test/Sema/class-def-test-1.m +++ b/test/SemaObjC/class-def-test-1.m diff --git a/test/Sema/class-impl-1.m b/test/SemaObjC/class-impl-1.m index dedce58d2c..dedce58d2c 100644 --- a/test/Sema/class-impl-1.m +++ b/test/SemaObjC/class-impl-1.m diff --git a/test/Sema/class-proto-1.m b/test/SemaObjC/class-proto-1.m index f38eaea4c1..f38eaea4c1 100644 --- a/test/Sema/class-proto-1.m +++ b/test/SemaObjC/class-proto-1.m diff --git a/test/Sema/cocoa.m b/test/SemaObjC/cocoa.m index 7cb1b5295c..7cb1b5295c 100644 --- a/test/Sema/cocoa.m +++ b/test/SemaObjC/cocoa.m diff --git a/test/Sema/compatible-protocol-qualified-types.m b/test/SemaObjC/compatible-protocol-qualified-types.m index 2e7eb6c43b..2e7eb6c43b 100644 --- a/test/Sema/compatible-protocol-qualified-types.m +++ b/test/SemaObjC/compatible-protocol-qualified-types.m diff --git a/test/Sema/conditional-expr.m b/test/SemaObjC/conditional-expr.m index e3cd041d3a..e3cd041d3a 100644 --- a/test/Sema/conditional-expr.m +++ b/test/SemaObjC/conditional-expr.m diff --git a/test/Sema/conflicting-ivar-test-1.m b/test/SemaObjC/conflicting-ivar-test-1.m index 6f24e8cb3a..6f24e8cb3a 100644 --- a/test/Sema/conflicting-ivar-test-1.m +++ b/test/SemaObjC/conflicting-ivar-test-1.m diff --git a/test/Sema/const-id.m b/test/SemaObjC/const-id.m index 9087e4ce7d..9087e4ce7d 100644 --- a/test/Sema/const-id.m +++ b/test/SemaObjC/const-id.m diff --git a/test/Sema/enhanced-proto-2.m b/test/SemaObjC/enhanced-proto-2.m index 82e23c4b63..82e23c4b63 100644 --- a/test/Sema/enhanced-proto-2.m +++ b/test/SemaObjC/enhanced-proto-2.m diff --git a/test/Sema/format-strings-objc.m b/test/SemaObjC/format-strings-objc.m index bdf12082a7..bdf12082a7 100644 --- a/test/Sema/format-strings-objc.m +++ b/test/SemaObjC/format-strings-objc.m diff --git a/test/Sema/forward-class-1.m b/test/SemaObjC/forward-class-1.m index 2b9369ba5f..2b9369ba5f 100644 --- a/test/Sema/forward-class-1.m +++ b/test/SemaObjC/forward-class-1.m diff --git a/test/Sema/gcc-cast-ext.m b/test/SemaObjC/gcc-cast-ext.m index 866aee9069..866aee9069 100644 --- a/test/Sema/gcc-cast-ext.m +++ b/test/SemaObjC/gcc-cast-ext.m diff --git a/test/Sema/id_builtin.m b/test/SemaObjC/id_builtin.m index d7c916146f..d7c916146f 100644 --- a/test/Sema/id_builtin.m +++ b/test/SemaObjC/id_builtin.m diff --git a/test/Sema/incompatible-protocol-qualified-types.m b/test/SemaObjC/incompatible-protocol-qualified-types.m index ad8c45e5e0..ad8c45e5e0 100644 --- a/test/Sema/incompatible-protocol-qualified-types.m +++ b/test/SemaObjC/incompatible-protocol-qualified-types.m diff --git a/test/Sema/invalid-objc-decls-1.m b/test/SemaObjC/invalid-objc-decls-1.m index fa18079d07..fa18079d07 100644 --- a/test/Sema/invalid-objc-decls-1.m +++ b/test/SemaObjC/invalid-objc-decls-1.m diff --git a/test/Sema/ivar-sem-check-1.m b/test/SemaObjC/ivar-sem-check-1.m index 4e810a29a8..4e810a29a8 100644 --- a/test/Sema/ivar-sem-check-1.m +++ b/test/SemaObjC/ivar-sem-check-1.m diff --git a/test/Sema/message.m b/test/SemaObjC/message.m index 9c9289b6b8..9c9289b6b8 100644 --- a/test/Sema/message.m +++ b/test/SemaObjC/message.m diff --git a/test/Sema/method-def-1.m b/test/SemaObjC/method-def-1.m index 2d5f92fcbc..2d5f92fcbc 100644 --- a/test/Sema/method-def-1.m +++ b/test/SemaObjC/method-def-1.m diff --git a/test/Sema/method-def-2.m b/test/SemaObjC/method-def-2.m index d31a2b58b9..d31a2b58b9 100644 --- a/test/Sema/method-def-2.m +++ b/test/SemaObjC/method-def-2.m diff --git a/test/Sema/method-encoding-2.m b/test/SemaObjC/method-encoding-2.m index 08a579b0a8..08a579b0a8 100644 --- a/test/Sema/method-encoding-2.m +++ b/test/SemaObjC/method-encoding-2.m diff --git a/test/Sema/method-lookup.m b/test/SemaObjC/method-lookup.m index 4dfbc74662..4dfbc74662 100644 --- a/test/Sema/method-lookup.m +++ b/test/SemaObjC/method-lookup.m diff --git a/test/Sema/method-not-defined.m b/test/SemaObjC/method-not-defined.m index 62a8be72e7..62a8be72e7 100644 --- a/test/Sema/method-not-defined.m +++ b/test/SemaObjC/method-not-defined.m diff --git a/test/Sema/method-undef-category-warn-1.m b/test/SemaObjC/method-undef-category-warn-1.m index 792c24d748..792c24d748 100644 --- a/test/Sema/method-undef-category-warn-1.m +++ b/test/SemaObjC/method-undef-category-warn-1.m diff --git a/test/Sema/method-undefined-warn-1.m b/test/SemaObjC/method-undefined-warn-1.m index 9e646f82f7..9e646f82f7 100644 --- a/test/Sema/method-undefined-warn-1.m +++ b/test/SemaObjC/method-undefined-warn-1.m diff --git a/test/Sema/missing-method-context.m b/test/SemaObjC/missing-method-context.m index 20437b70ec..20437b70ec 100644 --- a/test/Sema/missing-method-context.m +++ b/test/SemaObjC/missing-method-context.m diff --git a/test/Sema/objc-at-defs.m b/test/SemaObjC/objc-at-defs.m index 5bbdd6a715..5bbdd6a715 100644 --- a/test/Sema/objc-at-defs.m +++ b/test/SemaObjC/objc-at-defs.m diff --git a/test/Sema/objc-bad-receiver-1.m b/test/SemaObjC/objc-bad-receiver-1.m index 8376a5ced7..8376a5ced7 100644 --- a/test/Sema/objc-bad-receiver-1.m +++ b/test/SemaObjC/objc-bad-receiver-1.m diff --git a/test/Sema/objc-comptypes-1.m b/test/SemaObjC/objc-comptypes-1.m index e47bc63565..e47bc63565 100644 --- a/test/Sema/objc-comptypes-1.m +++ b/test/SemaObjC/objc-comptypes-1.m diff --git a/test/Sema/objc-comptypes-2.m b/test/SemaObjC/objc-comptypes-2.m index d063d95cc2..d063d95cc2 100644 --- a/test/Sema/objc-comptypes-2.m +++ b/test/SemaObjC/objc-comptypes-2.m diff --git a/test/Sema/objc-comptypes-3.m b/test/SemaObjC/objc-comptypes-3.m index 1e271c8340..1e271c8340 100644 --- a/test/Sema/objc-comptypes-3.m +++ b/test/SemaObjC/objc-comptypes-3.m diff --git a/test/Sema/objc-comptypes-4.m b/test/SemaObjC/objc-comptypes-4.m index bda9050164..bda9050164 100644 --- a/test/Sema/objc-comptypes-4.m +++ b/test/SemaObjC/objc-comptypes-4.m diff --git a/test/Sema/objc-comptypes-5.m b/test/SemaObjC/objc-comptypes-5.m index f12fa9ab5d..f12fa9ab5d 100644 --- a/test/Sema/objc-comptypes-5.m +++ b/test/SemaObjC/objc-comptypes-5.m diff --git a/test/Sema/objc-comptypes-6.m b/test/SemaObjC/objc-comptypes-6.m index 2edb181e83..2edb181e83 100644 --- a/test/Sema/objc-comptypes-6.m +++ b/test/SemaObjC/objc-comptypes-6.m diff --git a/test/Sema/objc-comptypes-7.m b/test/SemaObjC/objc-comptypes-7.m index ef3a7790a3..ef3a7790a3 100644 --- a/test/Sema/objc-comptypes-7.m +++ b/test/SemaObjC/objc-comptypes-7.m diff --git a/test/Sema/objc-comptypes-8.m b/test/SemaObjC/objc-compt |