]> granicus.if.org Git - clang/commitdiff
After Anders check-in, we can now encode 'Class' type.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 31 Oct 2007 16:00:13 +0000 (16:00 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 31 Oct 2007 16:00:13 +0000 (16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43556 91177308-0d34-0410-b5e6-96231b3b80d8

Sema/SemaDecl.cpp
clang.xcodeproj/project.pbxproj

index 861c31e0d717b69260402751836ff8c7794bf283..32e5d12b3f49571ffb6d1f997bc32ad9fb196c4f 100644 (file)
@@ -1201,7 +1201,7 @@ Sema::DeclTy *Sema::ActOnStartCategoryImplementation(
   // somewhere else. At this time, this is a good enough place to do type
   // encoding of methods and ivars for the rewrite client.
   GetObjcIdType(AtCatImplLoc);
-  // GetObjcClassType(AtCatImplLoc); NYI
+  GetObjcClassType(AtCatImplLoc);
   GetObjcSelType(AtCatImplLoc);
   
   /// TODO: Check that CatName, category name, is not used in another
@@ -1280,7 +1280,7 @@ Sema::DeclTy *Sema::ActOnStartClassImplementation(
   // somewhere else. At this time, this is a good enough place to do type
   // encoding of methods and ivars for the rewrite client.
   GetObjcIdType(AtClassImplLoc);
-  // GetObjcClassType(AtClassImplLoc); NYI
+  GetObjcClassType(AtClassImplLoc); 
   GetObjcSelType(AtClassImplLoc);
   
   return IMPDecl;
index de41b4628d0c47ae944965792f26798c623eb63f..fe4cf8d85be8296188b8454e3723b21a50eb5906 100644 (file)
                08FB7793FE84155DC02AAC07 /* Project object */ = {
                        isa = PBXProject;
                        buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "clang" */;
+                       compatibilityVersion = "Xcode 2.4";
                        hasScannedForEncodings = 1;
                        mainGroup = 08FB7794FE84155DC02AAC07 /* clang */;
                        projectDirPath = "";