diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2007-09-14 21:08:27 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2007-09-14 21:08:27 +0000 |
commit | b04a02184c5ec8745ea8a639fbdff2293fe0ae96 (patch) | |
tree | ae3e79440d23f350a57936eec1e0b59aa1d8e418 /clang.xcodeproj | |
parent | e267ab62464a35f69b88c9da9a982065ba6b58ea (diff) |
Patch to store ivars into interface class object.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang.xcodeproj')
-rw-r--r-- | clang.xcodeproj/project.pbxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index 06a6d796fb..a7d7e5fae4 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -675,6 +675,7 @@ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "clang" */; + compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 1; mainGroup = 08FB7794FE84155DC02AAC07 /* clang */; projectDirPath = ""; |