diff options
author | Anders Carlsson <andersca@mac.com> | 2011-02-22 01:23:29 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2011-02-22 01:23:29 +0000 |
commit | 95bba6f26fa68cc8c163f35f4b4f218ab279117a (patch) | |
tree | 2137b23d6a4f2a7605689dcd39cc599e58b60332 | |
parent | 8110f04b39fd028496dd6bf9e3a78278c3e0a6ad (diff) |
Move some Objective-C tests to SemaObjC and CodeGenObjC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126175 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/2008-08-25-incompatible-cond-expr.m (renamed from test/CodeGen/2008-08-25-incompatible-cond-expr.m) | 0 | ||||
-rw-r--r-- | test/CodeGenObjC/2009-01-21-invalid-debug-info.m (renamed from test/CodeGen/2009-01-21-invalid-debug-info.m) | 0 | ||||
-rw-r--r-- | test/CodeGenObjC/2010-02-09-DbgSelf.m (renamed from test/CodeGen/2010-02-09-DbgSelf.m) | 0 | ||||
-rw-r--r-- | test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m (renamed from test/CodeGen/2010-02-15-Dbg-MethodStart.m) | 0 | ||||
-rw-r--r-- | test/CodeGenObjC/function-decay.m (renamed from test/CodeGen/function-decay.m) | 0 | ||||
-rw-r--r-- | test/CodeGenObjC/illegal-UTF8.m (renamed from test/CodeGen/illegal-UTF8.m) | 0 | ||||
-rw-r--r-- | test/CodeGenObjC/rdr-6732143-dangling-block-reference.m (renamed from test/CodeGen/rdr-6732143-dangling-block-reference.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/block-as-object.m (renamed from test/Sema/block-as-object.m) | 0 | ||||
-rw-r--r-- | test/SemaObjC/rdar6248119.m (renamed from test/Sema/rdar6248119.m) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/test/CodeGen/2008-08-25-incompatible-cond-expr.m b/test/CodeGenObjC/2008-08-25-incompatible-cond-expr.m index f285cca094..f285cca094 100644 --- a/test/CodeGen/2008-08-25-incompatible-cond-expr.m +++ b/test/CodeGenObjC/2008-08-25-incompatible-cond-expr.m diff --git a/test/CodeGen/2009-01-21-invalid-debug-info.m b/test/CodeGenObjC/2009-01-21-invalid-debug-info.m index af912e2dc5..af912e2dc5 100644 --- a/test/CodeGen/2009-01-21-invalid-debug-info.m +++ b/test/CodeGenObjC/2009-01-21-invalid-debug-info.m diff --git a/test/CodeGen/2010-02-09-DbgSelf.m b/test/CodeGenObjC/2010-02-09-DbgSelf.m index e09adac161..e09adac161 100644 --- a/test/CodeGen/2010-02-09-DbgSelf.m +++ b/test/CodeGenObjC/2010-02-09-DbgSelf.m diff --git a/test/CodeGen/2010-02-15-Dbg-MethodStart.m b/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m index 5186b20310..5186b20310 100644 --- a/test/CodeGen/2010-02-15-Dbg-MethodStart.m +++ b/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m diff --git a/test/CodeGen/function-decay.m b/test/CodeGenObjC/function-decay.m index 161f9079b2..161f9079b2 100644 --- a/test/CodeGen/function-decay.m +++ b/test/CodeGenObjC/function-decay.m diff --git a/test/CodeGen/illegal-UTF8.m b/test/CodeGenObjC/illegal-UTF8.m index 4762e80025..4762e80025 100644 --- a/test/CodeGen/illegal-UTF8.m +++ b/test/CodeGenObjC/illegal-UTF8.m diff --git a/test/CodeGen/rdr-6732143-dangling-block-reference.m b/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m index b4d21a3f8f..b4d21a3f8f 100644 --- a/test/CodeGen/rdr-6732143-dangling-block-reference.m +++ b/test/CodeGenObjC/rdr-6732143-dangling-block-reference.m diff --git a/test/Sema/block-as-object.m b/test/SemaObjC/block-as-object.m index a85b606757..a85b606757 100644 --- a/test/Sema/block-as-object.m +++ b/test/SemaObjC/block-as-object.m diff --git a/test/Sema/rdar6248119.m b/test/SemaObjC/rdar6248119.m index 6b120b2847..6b120b2847 100644 --- a/test/Sema/rdar6248119.m +++ b/test/SemaObjC/rdar6248119.m |