summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2007-10-31 16:00:13 +0000
committerFariborz Jahanian <fjahanian@apple.com>2007-10-31 16:00:13 +0000
commitd728e949bb070da0b01848c2e74634cd24911ec6 (patch)
tree02d1d6777e99f7d457af8956206db25f6895e410
parentf1d34d3fea860bca2a312c831649a82ceb894363 (diff)
downloadbcm5719-llvm-d728e949bb070da0b01848c2e74634cd24911ec6.tar.gz
bcm5719-llvm-d728e949bb070da0b01848c2e74634cd24911ec6.zip
After Anders check-in, we can now encode 'Class' type.
llvm-svn: 43556
-rw-r--r--clang/Sema/SemaDecl.cpp4
-rw-r--r--clang/clang.xcodeproj/project.pbxproj1
2 files changed, 3 insertions, 2 deletions
diff --git a/clang/Sema/SemaDecl.cpp b/clang/Sema/SemaDecl.cpp
index 861c31e0d71..32e5d12b3f4 100644
--- a/clang/Sema/SemaDecl.cpp
+++ b/clang/Sema/SemaDecl.cpp
@@ -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;
diff --git a/clang/clang.xcodeproj/project.pbxproj b/clang/clang.xcodeproj/project.pbxproj
index de41b4628d0..fe4cf8d85be 100644
--- a/clang/clang.xcodeproj/project.pbxproj
+++ b/clang/clang.xcodeproj/project.pbxproj
@@ -756,6 +756,7 @@
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "clang" */;
+ compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* clang */;
projectDirPath = "";
OpenPOWER on IntegriCloud