]> granicus.if.org Git - clang/commitdiff
add ownership.h to xcode project
authorChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 05:54:54 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Dec 2008 05:54:54 +0000 (05:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60926 91177308-0d34-0410-b5e6-96231b3b80d8

clang.xcodeproj/project.pbxproj

index dd9c39774d8b69d5c33a987c84250f40eda663d6..3d644e2239f7e616ce2a8598f4120bc4fa9b8927 100644 (file)
                DE06E8130A8FF9330050E87E /* Action.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = Action.h; path = clang/Parse/Action.h; sourceTree = "<group>"; tabWidth = 8; usesTabs = 0; };
                DE0FCA620A95859D00248FD5 /* Expr.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = Expr.h; path = clang/AST/Expr.h; sourceTree = "<group>"; tabWidth = 2; };
                DE0FCB330A9C21F100248FD5 /* Expr.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = Expr.cpp; path = lib/AST/Expr.cpp; sourceTree = "<group>"; tabWidth = 2; };
+               DE1263C20EF2341900F56D2B /* Ownership.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Ownership.h; path = include/clang/Parse/Ownership.h; sourceTree = "<group>"; };
                DE1732FF0B068B700080B521 /* ASTContext.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = ASTContext.cpp; path = lib/AST/ASTContext.cpp; sourceTree = "<group>"; tabWidth = 2; };
                DE17336D0B068DC20080B521 /* DeclSpec.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = DeclSpec.cpp; path = lib/Parse/DeclSpec.cpp; sourceTree = "<group>"; };
                DE17336F0B068DC60080B521 /* DeclSpec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DeclSpec.h; path = clang/Parse/DeclSpec.h; sourceTree = "<group>"; };
                                DE17336D0B068DC20080B521 /* DeclSpec.cpp */,
                                DE3B90DE0EAC5EF200D01046 /* ExtensionRAIIObject.h */,
                                DE3461260AFE68BE00DBC861 /* MinimalAction.cpp */,
+                               DE1263C20EF2341900F56D2B /* Ownership.h */,
                                DE06D42F0A8BB52D0050E87E /* Parser.cpp */,
                                DE34600E0AFDCCCE00DBC861 /* ParseDecl.cpp */,
                                DE2255FB0C8004E600D370A5 /* ParseDeclCXX.cpp */,