From 666871a826b297a1394e895eb99d40e81a75dc39 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Jul 2008 01:04:40 +0000 Subject: [PATCH] remove objc prefixes from these tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54085 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/{objc-at-defs.m => at-defs.m} | 0 test/SemaObjC/{objc-bad-receiver-1.m => bad-receiver-1.m} | 0 test/SemaObjC/{objc-comptypes-1.m => comptypes-1.m} | 0 test/SemaObjC/{objc-comptypes-2.m => comptypes-2.m} | 0 test/SemaObjC/{objc-comptypes-3.m => comptypes-3.m} | 0 test/SemaObjC/{objc-comptypes-4.m => comptypes-4.m} | 0 test/SemaObjC/{objc-comptypes-5.m => comptypes-5.m} | 0 test/SemaObjC/{objc-comptypes-6.m => comptypes-6.m} | 0 test/SemaObjC/{objc-comptypes-7.m => comptypes-7.m} | 0 test/SemaObjC/{objc-comptypes-8.m => comptypes-8.m} | 0 test/SemaObjC/{objc-comptypes-9.m => comptypes-9.m} | 0 test/SemaObjC/{objc-types-compatible.m => comptypes-a.m} | 0 test/SemaObjC/{objc-interface-1.m => interface-1.m} | 0 test/SemaObjC/{objc-interface-layout.m => interface-layout.m} | 0 test/SemaObjC/{objc-ivar-lookup.m => ivar-lookup.m} | 0 .../{objc-legacy-implementation-1.m => legacy-implementation-1.m} | 0 test/SemaObjC/{objc-method-lookup.m => method-lookup-2.m} | 0 test/SemaObjC/{objc-property-1.m => property-1.m} | 0 test/SemaObjC/{objc-property-2.m => property-2.m} | 0 test/SemaObjC/{objc-property-3.m => property-3.m} | 0 test/SemaObjC/{objc-property-4.m => property-4.m} | 0 test/SemaObjC/{objc-property-5.m => property-5.m} | 0 test/SemaObjC/{objc-property-6.m => property-6.m} | 0 test/SemaObjC/{objc-property-7.m => property-7.m} | 0 test/SemaObjC/{objc-property-8.m => property-8.m} | 0 .../{objc-property-9-impl-method.m => property-9-impl-method.m} | 0 test/SemaObjC/{objc-props-on-prots.m => props-on-prots.m} | 0 test/SemaObjC/{objc-protocol-1.m => protocol-archane.m} | 0 test/SemaObjC/{objc-string.m => string.m} | 0 test/SemaObjC/{objc-synchronized.m => synchronized.m} | 0 test/SemaObjC/{objc-try-catch.m => try-catch.m} | 0 test/SemaObjC/{objc-typedef-class.m => typedef-class.m} | 0 test/SemaObjC/{objc-unused.m => unused.m} | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename test/SemaObjC/{objc-at-defs.m => at-defs.m} (100%) rename test/SemaObjC/{objc-bad-receiver-1.m => bad-receiver-1.m} (100%) rename test/SemaObjC/{objc-comptypes-1.m => comptypes-1.m} (100%) rename test/SemaObjC/{objc-comptypes-2.m => comptypes-2.m} (100%) rename test/SemaObjC/{objc-comptypes-3.m => comptypes-3.m} (100%) rename test/SemaObjC/{objc-comptypes-4.m => comptypes-4.m} (100%) rename test/SemaObjC/{objc-comptypes-5.m => comptypes-5.m} (100%) rename test/SemaObjC/{objc-comptypes-6.m => comptypes-6.m} (100%) rename test/SemaObjC/{objc-comptypes-7.m => comptypes-7.m} (100%) rename test/SemaObjC/{objc-comptypes-8.m => comptypes-8.m} (100%) rename test/SemaObjC/{objc-comptypes-9.m => comptypes-9.m} (100%) rename test/SemaObjC/{objc-types-compatible.m => comptypes-a.m} (100%) rename test/SemaObjC/{objc-interface-1.m => interface-1.m} (100%) rename test/SemaObjC/{objc-interface-layout.m => interface-layout.m} (100%) rename test/SemaObjC/{objc-ivar-lookup.m => ivar-lookup.m} (100%) rename test/SemaObjC/{objc-legacy-implementation-1.m => legacy-implementation-1.m} (100%) rename test/SemaObjC/{objc-method-lookup.m => method-lookup-2.m} (100%) rename test/SemaObjC/{objc-property-1.m => property-1.m} (100%) rename test/SemaObjC/{objc-property-2.m => property-2.m} (100%) rename test/SemaObjC/{objc-property-3.m => property-3.m} (100%) rename test/SemaObjC/{objc-property-4.m => property-4.m} (100%) rename test/SemaObjC/{objc-property-5.m => property-5.m} (100%) rename test/SemaObjC/{objc-property-6.m => property-6.m} (100%) rename test/SemaObjC/{objc-property-7.m => property-7.m} (100%) rename test/SemaObjC/{objc-property-8.m => property-8.m} (100%) rename test/SemaObjC/{objc-property-9-impl-method.m => property-9-impl-method.m} (100%) rename test/SemaObjC/{objc-props-on-prots.m => props-on-prots.m} (100%) rename test/SemaObjC/{objc-protocol-1.m => protocol-archane.m} (100%) rename test/SemaObjC/{objc-string.m => string.m} (100%) rename test/SemaObjC/{objc-synchronized.m => synchronized.m} (100%) rename test/SemaObjC/{objc-try-catch.m => try-catch.m} (100%) rename test/SemaObjC/{objc-typedef-class.m => typedef-class.m} (100%) rename test/SemaObjC/{objc-unused.m => unused.m} (100%) diff --git a/test/SemaObjC/objc-at-defs.m b/test/SemaObjC/at-defs.m similarity index 100% rename from test/SemaObjC/objc-at-defs.m rename to test/SemaObjC/at-defs.m diff --git a/test/SemaObjC/objc-bad-receiver-1.m b/test/SemaObjC/bad-receiver-1.m similarity index 100% rename from test/SemaObjC/objc-bad-receiver-1.m rename to test/SemaObjC/bad-receiver-1.m diff --git a/test/SemaObjC/objc-comptypes-1.m b/test/SemaObjC/comptypes-1.m similarity index 100% rename from test/SemaObjC/objc-comptypes-1.m rename to test/SemaObjC/comptypes-1.m diff --git a/test/SemaObjC/objc-comptypes-2.m b/test/SemaObjC/comptypes-2.m similarity index 100% rename from test/SemaObjC/objc-comptypes-2.m rename to test/SemaObjC/comptypes-2.m diff --git a/test/SemaObjC/objc-comptypes-3.m b/test/SemaObjC/comptypes-3.m similarity index 100% rename from test/SemaObjC/objc-comptypes-3.m rename to test/SemaObjC/comptypes-3.m diff --git a/test/SemaObjC/objc-comptypes-4.m b/test/SemaObjC/comptypes-4.m similarity index 100% rename from test/SemaObjC/objc-comptypes-4.m rename to test/SemaObjC/comptypes-4.m diff --git a/test/SemaObjC/objc-comptypes-5.m b/test/SemaObjC/comptypes-5.m similarity index 100% rename from test/SemaObjC/objc-comptypes-5.m rename to test/SemaObjC/comptypes-5.m diff --git a/test/SemaObjC/objc-comptypes-6.m b/test/SemaObjC/comptypes-6.m similarity index 100% rename from test/SemaObjC/objc-comptypes-6.m rename to test/SemaObjC/comptypes-6.m diff --git a/test/SemaObjC/objc-comptypes-7.m b/test/SemaObjC/comptypes-7.m similarity index 100% rename from test/SemaObjC/objc-comptypes-7.m rename to test/SemaObjC/comptypes-7.m diff --git a/test/SemaObjC/objc-comptypes-8.m b/test/SemaObjC/comptypes-8.m similarity index 100% rename from test/SemaObjC/objc-comptypes-8.m rename to test/SemaObjC/comptypes-8.m diff --git a/test/SemaObjC/objc-comptypes-9.m b/test/SemaObjC/comptypes-9.m similarity index 100% rename from test/SemaObjC/objc-comptypes-9.m rename to test/SemaObjC/comptypes-9.m diff --git a/test/SemaObjC/objc-types-compatible.m b/test/SemaObjC/comptypes-a.m similarity index 100% rename from test/SemaObjC/objc-types-compatible.m rename to test/SemaObjC/comptypes-a.m diff --git a/test/SemaObjC/objc-interface-1.m b/test/SemaObjC/interface-1.m similarity index 100% rename from test/SemaObjC/objc-interface-1.m rename to test/SemaObjC/interface-1.m diff --git a/test/SemaObjC/objc-interface-layout.m b/test/SemaObjC/interface-layout.m similarity index 100% rename from test/SemaObjC/objc-interface-layout.m rename to test/SemaObjC/interface-layout.m diff --git a/test/SemaObjC/objc-ivar-lookup.m b/test/SemaObjC/ivar-lookup.m similarity index 100% rename from test/SemaObjC/objc-ivar-lookup.m rename to test/SemaObjC/ivar-lookup.m diff --git a/test/SemaObjC/objc-legacy-implementation-1.m b/test/SemaObjC/legacy-implementation-1.m similarity index 100% rename from test/SemaObjC/objc-legacy-implementation-1.m rename to test/SemaObjC/legacy-implementation-1.m diff --git a/test/SemaObjC/objc-method-lookup.m b/test/SemaObjC/method-lookup-2.m similarity index 100% rename from test/SemaObjC/objc-method-lookup.m rename to test/SemaObjC/method-lookup-2.m diff --git a/test/SemaObjC/objc-property-1.m b/test/SemaObjC/property-1.m similarity index 100% rename from test/SemaObjC/objc-property-1.m rename to test/SemaObjC/property-1.m diff --git a/test/SemaObjC/objc-property-2.m b/test/SemaObjC/property-2.m similarity index 100% rename from test/SemaObjC/objc-property-2.m rename to test/SemaObjC/property-2.m diff --git a/test/SemaObjC/objc-property-3.m b/test/SemaObjC/property-3.m similarity index 100% rename from test/SemaObjC/objc-property-3.m rename to test/SemaObjC/property-3.m diff --git a/test/SemaObjC/objc-property-4.m b/test/SemaObjC/property-4.m similarity index 100% rename from test/SemaObjC/objc-property-4.m rename to test/SemaObjC/property-4.m diff --git a/test/SemaObjC/objc-property-5.m b/test/SemaObjC/property-5.m similarity index 100% rename from test/SemaObjC/objc-property-5.m rename to test/SemaObjC/property-5.m diff --git a/test/SemaObjC/objc-property-6.m b/test/SemaObjC/property-6.m similarity index 100% rename from test/SemaObjC/objc-property-6.m rename to test/SemaObjC/property-6.m diff --git a/test/SemaObjC/objc-property-7.m b/test/SemaObjC/property-7.m similarity index 100% rename from test/SemaObjC/objc-property-7.m rename to test/SemaObjC/property-7.m diff --git a/test/SemaObjC/objc-property-8.m b/test/SemaObjC/property-8.m similarity index 100% rename from test/SemaObjC/objc-property-8.m rename to test/SemaObjC/property-8.m diff --git a/test/SemaObjC/objc-property-9-impl-method.m b/test/SemaObjC/property-9-impl-method.m similarity index 100% rename from test/SemaObjC/objc-property-9-impl-method.m rename to test/SemaObjC/property-9-impl-method.m diff --git a/test/SemaObjC/objc-props-on-prots.m b/test/SemaObjC/props-on-prots.m similarity index 100% rename from test/SemaObjC/objc-props-on-prots.m rename to test/SemaObjC/props-on-prots.m diff --git a/test/SemaObjC/objc-protocol-1.m b/test/SemaObjC/protocol-archane.m similarity index 100% rename from test/SemaObjC/objc-protocol-1.m rename to test/SemaObjC/protocol-archane.m diff --git a/test/SemaObjC/objc-string.m b/test/SemaObjC/string.m similarity index 100% rename from test/SemaObjC/objc-string.m rename to test/SemaObjC/string.m diff --git a/test/SemaObjC/objc-synchronized.m b/test/SemaObjC/synchronized.m similarity index 100% rename from test/SemaObjC/objc-synchronized.m rename to test/SemaObjC/synchronized.m diff --git a/test/SemaObjC/objc-try-catch.m b/test/SemaObjC/try-catch.m similarity index 100% rename from test/SemaObjC/objc-try-catch.m rename to test/SemaObjC/try-catch.m diff --git a/test/SemaObjC/objc-typedef-class.m b/test/SemaObjC/typedef-class.m similarity index 100% rename from test/SemaObjC/objc-typedef-class.m rename to test/SemaObjC/typedef-class.m diff --git a/test/SemaObjC/objc-unused.m b/test/SemaObjC/unused.m similarity index 100% rename from test/SemaObjC/objc-unused.m rename to test/SemaObjC/unused.m -- 2.40.0