From: Ted Kremenek Date: Fri, 5 Oct 2007 23:32:54 +0000 (+0000) Subject: Modifications to XCode project: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2d5fabf3165714ad9577af6a089d3a569a93572;p=clang Modifications to XCode project: - Added include/Analysis/ExprDeclBitVector.h - Added include/Analysis/ProgramEdge.h - Removed include/Analysis/Visitors/DataflowStmtVisitor.h git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42663 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index 09ddf1c7e7..3e20445759 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -215,13 +215,14 @@ 1A869A6E0BA2164C008DA07A /* LiteralSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LiteralSupport.h; sourceTree = ""; }; 1A869AA70BA21ABA008DA07A /* LiteralSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LiteralSupport.cpp; sourceTree = ""; }; 1ABC36930C7A4BDC006DB0AB /* CGBuiltin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CGBuiltin.cpp; path = CodeGen/CGBuiltin.cpp; sourceTree = ""; }; + 350648DE0CB7002700B044E5 /* ExprDeclBitVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExprDeclBitVector.h; path = clang/Analysis/ExprDeclBitVector.h; sourceTree = ""; }; + 350648DF0CB7004E00B044E5 /* ProgramEdge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProgramEdge.h; path = clang/Analysis/ProgramEdge.h; sourceTree = ""; }; 3513BD540C9F207900FA56C6 /* UninitializedValues.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UninitializedValues.cpp; path = Analysis/UninitializedValues.cpp; sourceTree = ""; }; 35260CA40C7F75C000D66CE9 /* ExprCXX.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ExprCXX.cpp; path = AST/ExprCXX.cpp; sourceTree = ""; }; 352C19DC0CA321C80045DB98 /* CFGRecStmtDeclVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CFGRecStmtDeclVisitor.h; path = clang/Analysis/Visitors/CFGRecStmtDeclVisitor.h; sourceTree = ""; }; 352C19DD0CA321C80045DB98 /* CFGRecStmtVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CFGRecStmtVisitor.h; path = clang/Analysis/Visitors/CFGRecStmtVisitor.h; sourceTree = ""; }; 352C19DE0CA321C80045DB98 /* CFGStmtVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CFGStmtVisitor.h; path = clang/Analysis/Visitors/CFGStmtVisitor.h; sourceTree = ""; }; 352C19DF0CA321C80045DB98 /* CFGVarDeclVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CFGVarDeclVisitor.h; path = clang/Analysis/Visitors/CFGVarDeclVisitor.h; sourceTree = ""; }; - 352C19E00CA321C80045DB98 /* DataflowStmtVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DataflowStmtVisitor.h; path = clang/Analysis/Visitors/DataflowStmtVisitor.h; sourceTree = ""; }; 3547129D0C88881300B3E1D5 /* PrettyPrinter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrettyPrinter.h; path = clang/AST/PrettyPrinter.h; sourceTree = ""; }; 355CF6820C90A8B600A08AA3 /* LocalCheckers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LocalCheckers.h; path = clang/Analysis/LocalCheckers.h; sourceTree = ""; }; 355CF6830C90A8D400A08AA3 /* DeadStores.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DeadStores.cpp; path = Analysis/DeadStores.cpp; sourceTree = ""; }; @@ -408,7 +409,6 @@ 352C19DD0CA321C80045DB98 /* CFGRecStmtVisitor.h */, 352C19DE0CA321C80045DB98 /* CFGStmtVisitor.h */, 352C19DF0CA321C80045DB98 /* CFGVarDeclVisitor.h */, - 352C19E00CA321C80045DB98 /* DataflowStmtVisitor.h */, ); name = Visitors; sourceTree = ""; @@ -425,11 +425,13 @@ 356EF9AF0C8F7DA4006650F5 /* Analysis */ = { isa = PBXGroup; children = ( - 35D1DDCF0CA9C6BE0096E967 /* FlowSensitive */, - 352C19DB0CA321AC0045DB98 /* Visitors */, + 350648DF0CB7004E00B044E5 /* ProgramEdge.h */, + 350648DE0CB7002700B044E5 /* ExprDeclBitVector.h */, 356EF9B20C8F7DBA006650F5 /* LiveVariables.h */, 35AE0F660C9B4CA300CC1279 /* UninitializedValues.h */, 355CF6820C90A8B600A08AA3 /* LocalCheckers.h */, + 35D1DDCF0CA9C6BE0096E967 /* FlowSensitive */, + 352C19DB0CA321AC0045DB98 /* Visitors */, ); name = Analysis; sourceTree = "";