diff options
author | Steve Naroff <snaroff@apple.com> | 2008-04-04 18:04:30 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-04-04 18:04:30 +0000 |
commit | 8ace0d51ab1bc4acf698b1a09ff7290fc9d74991 (patch) | |
tree | ae4c886c8563bfc0e5f4103efbb4c12e0b9fa0a0 | |
parent | 9b2dc287177394a8f73833e2ad4f7ca8cd6f22bb (diff) |
Add DeclBase.h to Xcode project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49223 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | clang.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index 55a21be986..cb349bec9b 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -242,6 +242,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 035611470DA6A45C00D2EF2A /* DeclBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DeclBase.h; path = clang/AST/DeclBase.h; sourceTree = "<group>"; }; 03F50AC50D416EAA00B9CF60 /* Targets.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Targets.cpp; sourceTree = "<group>"; }; 1A30A9E80B93A4C800201A91 /* ExprCXX.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ExprCXX.h; path = clang/AST/ExprCXX.h; sourceTree = "<group>"; }; 1A376A2C0D4AED9B002A1C52 /* CGExprConstant.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CGExprConstant.cpp; path = lib/CodeGen/CGExprConstant.cpp; sourceTree = "<group>"; }; @@ -739,6 +740,7 @@ DEC63B1B0C7B940600DBF169 /* CFG.h */, DEC8D9900A9433CD00353FCA /* Decl.h */, 84AF36A00CB17A3B00C820A5 /* DeclObjC.h */, + 035611470DA6A45C00D2EF2A /* DeclBase.h */, DE0FCA620A95859D00248FD5 /* Expr.h */, 1A30A9E80B93A4C800201A91 /* ExprCXX.h */, 1A68BC110D0CADDD001A28C8 /* PPCBuiltins.def */, |