[cfe-commits] r63275 - /cfe/trunk/clang.xcodeproj/project.pbxproj

Chris Lattner sabre at nondot.org
Wed Jan 28 21:30:38 PST 2009


Author: lattner
Date: Wed Jan 28 23:30:38 2009
New Revision: 63275

URL: http://llvm.org/viewvc/llvm-project?rev=63275&view=rev
Log:
update the project file for headers moving

Modified:
    cfe/trunk/clang.xcodeproj/project.pbxproj

Modified: cfe/trunk/clang.xcodeproj/project.pbxproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/clang.xcodeproj/project.pbxproj?rev=63275&r1=63274&r2=63275&view=diff

==============================================================================
--- cfe/trunk/clang.xcodeproj/project.pbxproj (original)
+++ cfe/trunk/clang.xcodeproj/project.pbxproj Wed Jan 28 23:30:38 2009
@@ -533,18 +533,19 @@
 		DE928B7E0C0A615600231DA4 /* CodeGenModule.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = CodeGenModule.cpp; path = lib/CodeGen/CodeGenModule.cpp; sourceTree = "<group>"; tabWidth = 2; };
 		DE928B800C0A615B00231DA4 /* CodeGenFunction.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = CodeGenFunction.h; path = lib/CodeGen/CodeGenFunction.h; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0; };
 		DE928B820C0A616000231DA4 /* CodeGenFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = CodeGenFunction.cpp; path = lib/CodeGen/CodeGenFunction.cpp; sourceTree = "<group>"; tabWidth = 2; };
-		DEA099FD0F302C65000C2258 /* DiagnosticAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticAnalysis.h; sourceTree = "<group>"; };
 		DEA099FE0F302C65000C2258 /* DiagnosticAnalysisKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticAnalysisKinds.def; sourceTree = "<group>"; };
-		DEA099FF0F302C65000C2258 /* DiagnosticAST.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticAST.h; sourceTree = "<group>"; };
 		DEA09A000F302C65000C2258 /* DiagnosticASTKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticASTKinds.def; sourceTree = "<group>"; };
 		DEA09A010F302C65000C2258 /* DiagnosticCommonKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticCommonKinds.def; sourceTree = "<group>"; };
-		DEA09A020F302C65000C2258 /* DiagnosticDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticDriver.h; sourceTree = "<group>"; };
-		DEA09A030F302C65000C2258 /* DiagnosticLex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticLex.h; sourceTree = "<group>"; };
 		DEA09A040F302C65000C2258 /* DiagnosticLexKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticLexKinds.def; sourceTree = "<group>"; };
-		DEA09A050F302C65000C2258 /* DiagnosticParse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticParse.h; sourceTree = "<group>"; };
 		DEA09A060F302C65000C2258 /* DiagnosticParseKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticParseKinds.def; sourceTree = "<group>"; };
-		DEA09A070F302C65000C2258 /* DiagnosticSema.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticSema.h; sourceTree = "<group>"; };
 		DEA09A080F302C65000C2258 /* DiagnosticSemaKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticSemaKinds.def; sourceTree = "<group>"; };
+		DEA09A6E0F31756F000C2258 /* ASTDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASTDiagnostic.h; path = clang/AST/ASTDiagnostic.h; sourceTree = "<group>"; };
+		DEA09A710F317594000C2258 /* CompileOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CompileOptions.h; path = clang/Driver/CompileOptions.h; sourceTree = "<group>"; };
+		DEA09A720F317594000C2258 /* DriverDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DriverDiagnostic.h; path = clang/Driver/DriverDiagnostic.h; sourceTree = "<group>"; };
+		DEA09A730F317594000C2258 /* ManagerRegistry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ManagerRegistry.h; path = clang/Driver/ManagerRegistry.h; sourceTree = "<group>"; };
+		DEA09A830F3175BF000C2258 /* LexDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LexDiagnostic.h; sourceTree = "<group>"; };
+		DEA09A860F3175CA000C2258 /* ParseDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParseDiagnostic.h; path = clang/Parse/ParseDiagnostic.h; sourceTree = "<group>"; };
+		DEA09A890F3175D9000C2258 /* SemaDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SemaDiagnostic.h; path = clang/Sema/SemaDiagnostic.h; sourceTree = "<group>"; };
 		DEA0EBD90DD2D3C8007A02A9 /* RewriteMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RewriteMacros.cpp; path = Driver/RewriteMacros.cpp; sourceTree = "<group>"; };
 		DEAEE98A0A5A2B970045101B /* MultipleIncludeOpt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MultipleIncludeOpt.h; sourceTree = "<group>"; };
 		DEAEED4A0A5AF89A0045101B /* NOTES.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = NOTES.txt; sourceTree = "<group>"; };
@@ -747,6 +748,9 @@
 		3596033E0E49493700C6282B /* Driver */ = {
 			isa = PBXGroup;
 			children = (
+				DEA09A710F317594000C2258 /* CompileOptions.h */,
+				DEA09A720F317594000C2258 /* DriverDiagnostic.h */,
+				DEA09A730F317594000C2258 /* ManagerRegistry.h */,
 				355BD0420EBFAEC7001A9DFF /* PathDiagnosticClients.h */,
 				350F4B490E5F36EE00A21EA9 /* InitHeaderSearch.h */,
 				3596033F0E49494D00C6282B /* TextDiagnosticBuffer.h */,
@@ -814,6 +818,7 @@
 				DE06E8130A8FF9330050E87E /* Action.h */,
 				DE17336F0B068DC60080B521 /* DeclSpec.h */,
 				DE3B92230EB5152000D01046 /* Designator.h */,
+				DEA09A860F3175CA000C2258 /* ParseDiagnostic.h */,
 				DE1F22020A7D852A00FBF588 /* Parser.h */,
 				DE06BECA0A854E4B0050E87E /* Scope.h */,
 			);
@@ -908,6 +913,7 @@
 			isa = PBXGroup;
 			children = (
 				DE67E7270C02109800F66BC5 /* ParseAST.h */,
+				DEA09A890F3175D9000C2258 /* SemaDiagnostic.h */,
 			);
 			name = Sema;
 			sourceTree = "<group>";
@@ -985,6 +991,7 @@
 				DEC8D9A30A94346E00353FCA /* AST.h */,
 				35BFBD2B0C9EDE1E006CB644 /* ASTConsumer.h */,
 				DE75ED280B044DC90020CF81 /* ASTContext.h */,
+				DEA09A6E0F31756F000C2258 /* ASTDiagnostic.h */,
 				1A72BEAC0D641E9400B085E9 /* Attr.h */,
 				DED676D00B6C786700AAD4A3 /* Builtins.def */,
 				DED676F90B6C797B00AAD4A3 /* Builtins.h */,
@@ -1068,18 +1075,12 @@
 			isa = PBXGroup;
 			children = (
 				DED7D7310A524295003AD0FB /* Diagnostic.h */,
-				DEA099FD0F302C65000C2258 /* DiagnosticAnalysis.h */,
 				DEA099FE0F302C65000C2258 /* DiagnosticAnalysisKinds.def */,
-				DEA099FF0F302C65000C2258 /* DiagnosticAST.h */,
 				DEA09A000F302C65000C2258 /* DiagnosticASTKinds.def */,
 				DEA09A010F302C65000C2258 /* DiagnosticCommonKinds.def */,
-				DEA09A020F302C65000C2258 /* DiagnosticDriver.h */,
 				DED7D7320A524295003AD0FB /* DiagnosticKinds.def */,
-				DEA09A030F302C65000C2258 /* DiagnosticLex.h */,
 				DEA09A040F302C65000C2258 /* DiagnosticLexKinds.def */,
-				DEA09A050F302C65000C2258 /* DiagnosticParse.h */,
 				DEA09A060F302C65000C2258 /* DiagnosticParseKinds.def */,
-				DEA09A070F302C65000C2258 /* DiagnosticSema.h */,
 				DEA09A080F302C65000C2258 /* DiagnosticSemaKinds.def */,
 				DED7D7330A524295003AD0FB /* FileManager.h */,
 				DE3986EF0CB8D4B300223765 /* IdentifierTable.h */,
@@ -1103,6 +1104,7 @@
 				DE3450D60AEB543100DBC861 /* DirectoryLookup.h */,
 				DE704BD10D1647E7009C7762 /* HeaderMap.h */,
 				DE344AB70AE5DF6D00DBC861 /* HeaderSearch.h */,
+				DEA09A830F3175BF000C2258 /* LexDiagnostic.h */,
 				DED7D73B0A524295003AD0FB /* Lexer.h */,
 				1A869A6E0BA2164C008DA07A /* LiteralSupport.h */,
 				DED7D73E0A524295003AD0FB /* MacroInfo.h */,





More information about the cfe-commits mailing list