summaryrefslogtreecommitdiff
path: root/clang.xcodeproj
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-07-29 18:50:06 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-07-29 18:50:06 +0000
commit8a8a629844d26c24dc0147d55a32a937b14b9381 (patch)
treea7e4cdb2fa12ce22e035080d3357e37009fd7650 /clang.xcodeproj
parent98a541e80848d3b7d1131237ac04e698faffd151 (diff)
downloadclang-8a8a629844d26c24dc0147d55a32a937b14b9381.tar.gz
No longer need to keep base class offsets in the offset
table as it has its own place now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang.xcodeproj')
-rw-r--r--clang.xcodeproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj
index 137f5e4423..188d3b3dff 100644
--- a/clang.xcodeproj/project.pbxproj
+++ b/clang.xcodeproj/project.pbxproj
@@ -1056,10 +1056,10 @@
35EF676F0DAD1D2C00B19414 /* SemaDeclCXX.cpp */,
DE704B250D0FBEBE009C7762 /* SemaDeclObjC.cpp */,
DE67E7100C020ED400F66BC5 /* SemaExpr.cpp */,
- DE67E70E0C020ECF00F66BC5 /* SemaExprCXX.cpp */,
DE47999B0D2EBE1A00706D2D /* SemaExprObjC.cpp */,
3557D1EF0EB13BB700C59739 /* SemaInherit.cpp */,
DE3B921C0EB1A81400D01046 /* SemaInherit.h */,
+ DE67E70E0C020ECF00F66BC5 /* SemaExprCXX.cpp */,
3599299A0DE2425300A8A33E /* SemaInit.cpp */,
357EA27C0F2526F300439B60 /* SemaLookup.cpp */,
35E194680ECB82FB00F21733 /* SemaNamedCast.cpp */,