summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-07-26 01:04:40 +0000
committerChris Lattner <sabre@nondot.org>2008-07-26 01:04:40 +0000
commit666871a826b297a1394e895eb99d40e81a75dc39 (patch)
treeafaf6b9f59947345fc43fa20b003f2a14cbdedfd
parent6ac6ddc861ccc42f3025c4209b7c031bcd8f43f9 (diff)
downloadclang-666871a826b297a1394e895eb99d40e81a75dc39.tar.gz
clang-666871a826b297a1394e895eb99d40e81a75dc39.tar.bz2
clang-666871a826b297a1394e895eb99d40e81a75dc39.tar.xz
remove objc prefixes from these tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54085 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaObjC/at-defs.m (renamed from test/SemaObjC/objc-at-defs.m)0
-rw-r--r--test/SemaObjC/bad-receiver-1.m (renamed from test/SemaObjC/objc-bad-receiver-1.m)0
-rw-r--r--test/SemaObjC/comptypes-1.m (renamed from test/SemaObjC/objc-comptypes-1.m)0
-rw-r--r--test/SemaObjC/comptypes-2.m (renamed from test/SemaObjC/objc-comptypes-2.m)0
-rw-r--r--test/SemaObjC/comptypes-3.m (renamed from test/SemaObjC/objc-comptypes-3.m)0
-rw-r--r--test/SemaObjC/comptypes-4.m (renamed from test/SemaObjC/objc-comptypes-4.m)0
-rw-r--r--test/SemaObjC/comptypes-5.m (renamed from test/SemaObjC/objc-comptypes-5.m)0
-rw-r--r--test/SemaObjC/comptypes-6.m (renamed from test/SemaObjC/objc-comptypes-6.m)0
-rw-r--r--test/SemaObjC/comptypes-7.m (renamed from test/SemaObjC/objc-comptypes-7.m)0
-rw-r--r--test/SemaObjC/comptypes-8.m (renamed from test/SemaObjC/objc-comptypes-8.m)0
-rw-r--r--test/SemaObjC/comptypes-9.m (renamed from test/SemaObjC/objc-comptypes-9.m)0
-rw-r--r--test/SemaObjC/comptypes-a.m (renamed from test/SemaObjC/objc-types-compatible.m)0
-rw-r--r--test/SemaObjC/interface-1.m (renamed from test/SemaObjC/objc-interface-1.m)0
-rw-r--r--test/SemaObjC/interface-layout.m (renamed from test/SemaObjC/objc-interface-layout.m)0
-rw-r--r--test/SemaObjC/ivar-lookup.m (renamed from test/SemaObjC/objc-ivar-lookup.m)0
-rw-r--r--test/SemaObjC/legacy-implementation-1.m (renamed from test/SemaObjC/objc-legacy-implementation-1.m)0
-rw-r--r--test/SemaObjC/method-lookup-2.m (renamed from test/SemaObjC/objc-method-lookup.m)0
-rw-r--r--test/SemaObjC/property-1.m (renamed from test/SemaObjC/objc-property-1.m)0
-rw-r--r--test/SemaObjC/property-2.m (renamed from test/SemaObjC/objc-property-2.m)0
-rw-r--r--test/SemaObjC/property-3.m (renamed from test/SemaObjC/objc-property-3.m)0
-rw-r--r--test/SemaObjC/property-4.m (renamed from test/SemaObjC/objc-property-4.m)0
-rw-r--r--test/SemaObjC/property-5.m (renamed from test/SemaObjC/objc-property-5.m)0
-rw-r--r--test/SemaObjC/property-6.m (renamed from test/SemaObjC/objc-property-6.m)0
-rw-r--r--test/SemaObjC/property-7.m (renamed from test/SemaObjC/objc-property-7.m)0
-rw-r--r--test/SemaObjC/property-8.m (renamed from test/SemaObjC/objc-property-8.m)0
-rw-r--r--test/SemaObjC/property-9-impl-method.m (renamed from test/SemaObjC/objc-property-9-impl-method.m)0
-rw-r--r--test/SemaObjC/props-on-prots.m (renamed from test/SemaObjC/objc-props-on-prots.m)0
-rw-r--r--test/SemaObjC/protocol-archane.m (renamed from test/SemaObjC/objc-protocol-1.m)0
-rw-r--r--test/SemaObjC/string.m (renamed from test/SemaObjC/objc-string.m)0
-rw-r--r--test/SemaObjC/synchronized.m (renamed from test/SemaObjC/objc-synchronized.m)0
-rw-r--r--test/SemaObjC/try-catch.m (renamed from test/SemaObjC/objc-try-catch.m)0
-rw-r--r--test/SemaObjC/typedef-class.m (renamed from test/SemaObjC/objc-typedef-class.m)0
-rw-r--r--test/SemaObjC/unused.m (renamed from test/SemaObjC/objc-unused.m)0
33 files changed, 0 insertions, 0 deletions
diff --git a/test/SemaObjC/objc-at-defs.m b/test/SemaObjC/at-defs.m
index 5bbdd6a715..5bbdd6a715 100644
--- a/test/SemaObjC/objc-at-defs.m
+++ b/test/SemaObjC/at-defs.m
diff --git a/test/SemaObjC/objc-bad-receiver-1.m b/test/SemaObjC/bad-receiver-1.m
index 8376a5ced7..8376a5ced7 100644
--- a/test/SemaObjC/objc-bad-receiver-1.m
+++ b/test/SemaObjC/bad-receiver-1.m
diff --git a/test/SemaObjC/objc-comptypes-1.m b/test/SemaObjC/comptypes-1.m
index e47bc63565..e47bc63565 100644
--- a/test/SemaObjC/objc-comptypes-1.m
+++ b/test/SemaObjC/comptypes-1.m
diff --git a/test/SemaObjC/objc-comptypes-2.m b/test/SemaObjC/comptypes-2.m
index d063d95cc2..d063d95cc2 100644
--- a/test/SemaObjC/objc-comptypes-2.m
+++ b/test/SemaObjC/comptypes-2.m
diff --git a/test/SemaObjC/objc-comptypes-3.m b/test/SemaObjC/comptypes-3.m
index 1e271c8340..1e271c8340 100644
--- a/test/SemaObjC/objc-comptypes-3.m
+++ b/test/SemaObjC/comptypes-3.m
diff --git a/test/SemaObjC/objc-comptypes-4.m b/test/SemaObjC/comptypes-4.m
index bda9050164..bda9050164 100644
--- a/test/SemaObjC/objc-comptypes-4.m
+++ b/test/SemaObjC/comptypes-4.m
diff --git a/test/SemaObjC/objc-comptypes-5.m b/test/SemaObjC/comptypes-5.m
index f12fa9ab5d..f12fa9ab5d 100644
--- a/test/SemaObjC/objc-comptypes-5.m
+++ b/test/SemaObjC/comptypes-5.m
diff --git a/test/SemaObjC/objc-comptypes-6.m b/test/SemaObjC/comptypes-6.m
index 2edb181e83..2edb181e83 100644
--- a/test/SemaObjC/objc-comptypes-6.m
+++ b/test/SemaObjC/comptypes-6.m
diff --git a/test/SemaObjC/objc-comptypes-7.m b/test/SemaObjC/comptypes-7.m
index ef3a7790a3..ef3a7790a3 100644
--- a/test/SemaObjC/objc-comptypes-7.m
+++ b/test/SemaObjC/comptypes-7.m
diff --git a/test/SemaObjC/objc-comptypes-8.m b/test/SemaObjC/comptypes-8.m
index c22e88c880..c22e88c880 100644
--- a/test/SemaObjC/objc-comptypes-8.m
+++ b/test/SemaObjC/comptypes-8.m
diff --git a/test/SemaObjC/objc-comptypes-9.m b/test/SemaObjC/comptypes-9.m
index 4f0a277e74..4f0a277e74 100644
--- a/test/SemaObjC/objc-comptypes-9.m
+++ b/test/SemaObjC/comptypes-9.m
diff --git a/test/SemaObjC/objc-types-compatible.m b/test/SemaObjC/comptypes-a.m
index bd8a7490c4..bd8a7490c4 100644
--- a/test/SemaObjC/objc-types-compatible.m
+++ b/test/SemaObjC/comptypes-a.m
diff --git a/test/SemaObjC/objc-interface-1.m b/test/SemaObjC/interface-1.m
index 0130a33f9b..0130a33f9b 100644
--- a/test/SemaObjC/objc-interface-1.m
+++ b/test/SemaObjC/interface-1.m
diff --git a/test/SemaObjC/objc-interface-layout.m b/test/SemaObjC/interface-layout.m
index 637de8e3ac..637de8e3ac 100644
--- a/test/SemaObjC/objc-interface-layout.m
+++ b/test/SemaObjC/interface-layout.m
diff --git a/test/SemaObjC/objc-ivar-lookup.m b/test/SemaObjC/ivar-lookup.m
index e599e9da01..e599e9da01 100644
--- a/test/SemaObjC/objc-ivar-lookup.m
+++ b/test/SemaObjC/ivar-lookup.m
diff --git a/test/SemaObjC/objc-legacy-implementation-1.m b/test/SemaObjC/legacy-implementation-1.m
index 76434471d1..76434471d1 100644
--- a/test/SemaObjC/objc-legacy-implementation-1.m
+++ b/test/SemaObjC/legacy-implementation-1.m
diff --git a/test/SemaObjC/objc-method-lookup.m b/test/SemaObjC/method-lookup-2.m
index 4ebdb8e452..4ebdb8e452 100644
--- a/test/SemaObjC/objc-method-lookup.m
+++ b/test/SemaObjC/method-lookup-2.m
diff --git a/test/SemaObjC/objc-property-1.m b/test/SemaObjC/property-1.m
index 3bc2e3386b..3bc2e3386b 100644
--- a/test/SemaObjC/objc-property-1.m
+++ b/test/SemaObjC/property-1.m
diff --git a/test/SemaObjC/objc-property-2.m b/test/SemaObjC/property-2.m
index 4472a8f695..4472a8f695 100644
--- a/test/SemaObjC/objc-property-2.m
+++ b/test/SemaObjC/property-2.m
diff --git a/test/SemaObjC/objc-property-3.m b/test/SemaObjC/property-3.m
index b22059c238..b22059c238 100644
--- a/test/SemaObjC/objc-property-3.m
+++ b/test/SemaObjC/property-3.m
diff --git a/test/SemaObjC/objc-property-4.m b/test/SemaObjC/property-4.m
index b5a8f8b1cc..b5a8f8b1cc 100644
--- a/test/SemaObjC/objc-property-4.m
+++ b/test/SemaObjC/property-4.m
diff --git a/test/SemaObjC/objc-property-5.m b/test/SemaObjC/property-5.m
index c467e634dc..c467e634dc 100644
--- a/test/SemaObjC/objc-property-5.m
+++ b/test/SemaObjC/property-5.m
diff --git a/test/SemaObjC/objc-property-6.m b/test/SemaObjC/property-6.m
index a51994d3d4..a51994d3d4 100644
--- a/test/SemaObjC/objc-property-6.m
+++ b/test/SemaObjC/property-6.m
diff --git a/test/SemaObjC/objc-property-7.m b/test/SemaObjC/property-7.m
index ef7a98ad89..ef7a98ad89 100644
--- a/test/SemaObjC/objc-property-7.m
+++ b/test/SemaObjC/property-7.m
diff --git a/test/SemaObjC/objc-property-8.m b/test/SemaObjC/property-8.m
index 8ca0afc1ed..8ca0afc1ed 100644
--- a/test/SemaObjC/objc-property-8.m
+++ b/test/SemaObjC/property-8.m
diff --git a/test/SemaObjC/objc-property-9-impl-method.m b/test/SemaObjC/property-9-impl-method.m
index bb13d01b74..bb13d01b74 100644
--- a/test/SemaObjC/objc-property-9-impl-method.m
+++ b/test/SemaObjC/property-9-impl-method.m
diff --git a/test/SemaObjC/objc-props-on-prots.m b/test/SemaObjC/props-on-prots.m
index aa5be25795..aa5be25795 100644
--- a/test/SemaObjC/objc-props-on-prots.m
+++ b/test/SemaObjC/props-on-prots.m
diff --git a/test/SemaObjC/objc-protocol-1.m b/test/SemaObjC/protocol-archane.m
index 3ace0ac3de..3ace0ac3de 100644
--- a/test/SemaObjC/objc-protocol-1.m
+++ b/test/SemaObjC/protocol-archane.m
diff --git a/test/SemaObjC/objc-string.m b/test/SemaObjC/string.m
index e3974ad8f6..e3974ad8f6 100644
--- a/test/SemaObjC/objc-string.m
+++ b/test/SemaObjC/string.m
diff --git a/test/SemaObjC/objc-synchronized.m b/test/SemaObjC/synchronized.m
index 365da92dd4..365da92dd4 100644
--- a/test/SemaObjC/objc-synchronized.m
+++ b/test/SemaObjC/synchronized.m
diff --git a/test/SemaObjC/objc-try-catch.m b/test/SemaObjC/try-catch.m
index e4c20b7343..e4c20b7343 100644
--- a/test/SemaObjC/objc-try-catch.m
+++ b/test/SemaObjC/try-catch.m
diff --git a/test/SemaObjC/objc-typedef-class.m b/test/SemaObjC/typedef-class.m
index 1bb3f87aa5..1bb3f87aa5 100644
--- a/test/SemaObjC/objc-typedef-class.m
+++ b/test/SemaObjC/typedef-class.m
diff --git a/test/SemaObjC/objc-unused.m b/test/SemaObjC/unused.m
index cbe15a1abb..cbe15a1abb 100644
--- a/test/SemaObjC/objc-unused.m
+++ b/test/SemaObjC/unused.m