From: Chris Lattner Date: Thu, 29 Jan 2009 05:30:38 +0000 (+0000) Subject: update the project file for headers moving X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=161ddee636c58f5227286c8d4d81266df84b4ad4;p=clang update the project file for headers moving git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63275 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index 226c4fcdc2..f4be191e78 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -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 = ""; tabWidth = 2; }; DE928B800C0A615B00231DA4 /* CodeGenFunction.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = CodeGenFunction.h; path = lib/CodeGen/CodeGenFunction.h; sourceTree = ""; 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 = ""; tabWidth = 2; }; - DEA099FD0F302C65000C2258 /* DiagnosticAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticAnalysis.h; sourceTree = ""; }; DEA099FE0F302C65000C2258 /* DiagnosticAnalysisKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticAnalysisKinds.def; sourceTree = ""; }; - DEA099FF0F302C65000C2258 /* DiagnosticAST.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticAST.h; sourceTree = ""; }; DEA09A000F302C65000C2258 /* DiagnosticASTKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticASTKinds.def; sourceTree = ""; }; DEA09A010F302C65000C2258 /* DiagnosticCommonKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticCommonKinds.def; sourceTree = ""; }; - DEA09A020F302C65000C2258 /* DiagnosticDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticDriver.h; sourceTree = ""; }; - DEA09A030F302C65000C2258 /* DiagnosticLex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticLex.h; sourceTree = ""; }; DEA09A040F302C65000C2258 /* DiagnosticLexKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticLexKinds.def; sourceTree = ""; }; - DEA09A050F302C65000C2258 /* DiagnosticParse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticParse.h; sourceTree = ""; }; DEA09A060F302C65000C2258 /* DiagnosticParseKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticParseKinds.def; sourceTree = ""; }; - DEA09A070F302C65000C2258 /* DiagnosticSema.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiagnosticSema.h; sourceTree = ""; }; DEA09A080F302C65000C2258 /* DiagnosticSemaKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DiagnosticSemaKinds.def; sourceTree = ""; }; + DEA09A6E0F31756F000C2258 /* ASTDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASTDiagnostic.h; path = clang/AST/ASTDiagnostic.h; sourceTree = ""; }; + DEA09A710F317594000C2258 /* CompileOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CompileOptions.h; path = clang/Driver/CompileOptions.h; sourceTree = ""; }; + DEA09A720F317594000C2258 /* DriverDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DriverDiagnostic.h; path = clang/Driver/DriverDiagnostic.h; sourceTree = ""; }; + DEA09A730F317594000C2258 /* ManagerRegistry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ManagerRegistry.h; path = clang/Driver/ManagerRegistry.h; sourceTree = ""; }; + DEA09A830F3175BF000C2258 /* LexDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LexDiagnostic.h; sourceTree = ""; }; + DEA09A860F3175CA000C2258 /* ParseDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParseDiagnostic.h; path = clang/Parse/ParseDiagnostic.h; sourceTree = ""; }; + DEA09A890F3175D9000C2258 /* SemaDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SemaDiagnostic.h; path = clang/Sema/SemaDiagnostic.h; sourceTree = ""; }; DEA0EBD90DD2D3C8007A02A9 /* RewriteMacros.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RewriteMacros.cpp; path = Driver/RewriteMacros.cpp; sourceTree = ""; }; DEAEE98A0A5A2B970045101B /* MultipleIncludeOpt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MultipleIncludeOpt.h; sourceTree = ""; }; DEAEED4A0A5AF89A0045101B /* NOTES.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = NOTES.txt; sourceTree = ""; }; @@ -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 = ""; @@ -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 */,