]> granicus.if.org Git - clang/commitdiff
add a missing file to project, alphabeticalize.
authorChris Lattner <sabre@nondot.org>
Fri, 24 Oct 2008 06:52:28 +0000 (06:52 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Oct 2008 06:52:28 +0000 (06:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58078 91177308-0d34-0410-b5e6-96231b3b80d8

clang.xcodeproj/project.pbxproj

index 7e5b49010e401916591e56d2fc54b8bfdc0a447e..1c8db4c5fbc41a3cbd0e637364c1f357ee8234b8 100644 (file)
                DE3986EF0CB8D4B300223765 /* IdentifierTable.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = IdentifierTable.h; sourceTree = "<group>"; tabWidth = 2; };
                DE3986F30CB8D50C00223765 /* IdentifierTable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IdentifierTable.cpp; sourceTree = "<group>"; };
                DE3B90DE0EAC5EF200D01046 /* ExtensionRAIIObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExtensionRAIIObject.h; path = lib/Parse/ExtensionRAIIObject.h; sourceTree = "<group>"; };
+               DE3B921C0EB1A81400D01046 /* SemaInherit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SemaInherit.h; path = lib/Sema/SemaInherit.h; sourceTree = "<group>"; };
                DE41211D0D7F1BBE0080F80A /* GRWorkList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GRWorkList.h; path = clang/Analysis/PathSensitive/GRWorkList.h; sourceTree = "<group>"; };
                DE41211E0D7F1BBE0080F80A /* SymbolManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SymbolManager.h; path = clang/Analysis/PathSensitive/SymbolManager.h; sourceTree = "<group>"; };
                DE41211F0D7F1BBE0080F80A /* GRBlockCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GRBlockCounter.h; path = clang/Analysis/PathSensitive/GRBlockCounter.h; sourceTree = "<group>"; };
                DE67E7070C020EAB00F66BC5 /* Sema */ = {
                        isa = PBXGroup;
                        children = (
-                               3557D1EF0EB13BB700C59739 /* SemaInherit.cpp */,
                                35585DBD0EAFBC4500D0A97A /* CXXFieldCollector.h */,
-                               35585DBE0EAFBC4500D0A97A /* SemaOverload.cpp */,
-                               35585DBF0EAFBC4500D0A97A /* SemaOverload.h */,
                                3527124F0DAFE54700C76352 /* IdentifierResolver.h */,
                                352712500DAFE54700C76352 /* IdentifierResolver.cpp */,
                                DE67E7190C020F4F00F66BC5 /* ParseAST.cpp */,
                                DE67E7100C020ED400F66BC5 /* SemaExpr.cpp */,
                                DE67E70E0C020ECF00F66BC5 /* SemaExprCXX.cpp */,
                                DE47999B0D2EBE1A00706D2D /* SemaExprObjC.cpp */,
+                               3557D1EF0EB13BB700C59739 /* SemaInherit.cpp */,
+                               DE3B921C0EB1A81400D01046 /* SemaInherit.h */,
                                3599299A0DE2425300A8A33E /* SemaInit.cpp */,
+                               35585DBE0EAFBC4500D0A97A /* SemaOverload.cpp */,
+                               35585DBF0EAFBC4500D0A97A /* SemaOverload.h */,
                                DE67E70C0C020ECA00F66BC5 /* SemaStmt.cpp */,
                                DE67E70A0C020EC500F66BC5 /* SemaType.cpp */,
                        );