]> granicus.if.org Git - clang/commitdiff
update the project file for headers moving
authorChris Lattner <sabre@nondot.org>
Thu, 29 Jan 2009 05:30:38 +0000 (05:30 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Jan 2009 05:30:38 +0000 (05:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63275 91177308-0d34-0410-b5e6-96231b3b80d8

clang.xcodeproj/project.pbxproj

index 226c4fcdc20b1e10028af35da3f596eb8307ffea..f4be191e7894ed4511b35c229b97f7e402876af2 100644 (file)
                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>"; };
                3596033E0E49493700C6282B /* Driver */ = {
                        isa = PBXGroup;
                        children = (
+                               DEA09A710F317594000C2258 /* CompileOptions.h */,
+                               DEA09A720F317594000C2258 /* DriverDiagnostic.h */,
+                               DEA09A730F317594000C2258 /* ManagerRegistry.h */,
                                355BD0420EBFAEC7001A9DFF /* PathDiagnosticClients.h */,
                                350F4B490E5F36EE00A21EA9 /* InitHeaderSearch.h */,
                                3596033F0E49494D00C6282B /* TextDiagnosticBuffer.h */,
                                DE06E8130A8FF9330050E87E /* Action.h */,
                                DE17336F0B068DC60080B521 /* DeclSpec.h */,
                                DE3B92230EB5152000D01046 /* Designator.h */,
+                               DEA09A860F3175CA000C2258 /* ParseDiagnostic.h */,
                                DE1F22020A7D852A00FBF588 /* Parser.h */,
                                DE06BECA0A854E4B0050E87E /* Scope.h */,
                        );
                        isa = PBXGroup;
                        children = (
                                DE67E7270C02109800F66BC5 /* ParseAST.h */,
+                               DEA09A890F3175D9000C2258 /* SemaDiagnostic.h */,
                        );
                        name = Sema;
                        sourceTree = "<group>";
                                DEC8D9A30A94346E00353FCA /* AST.h */,
                                35BFBD2B0C9EDE1E006CB644 /* ASTConsumer.h */,
                                DE75ED280B044DC90020CF81 /* ASTContext.h */,
+                               DEA09A6E0F31756F000C2258 /* ASTDiagnostic.h */,
                                1A72BEAC0D641E9400B085E9 /* Attr.h */,
                                DED676D00B6C786700AAD4A3 /* Builtins.def */,
                                DED676F90B6C797B00AAD4A3 /* Builtins.h */,
                        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 */,
                                DE3450D60AEB543100DBC861 /* DirectoryLookup.h */,
                                DE704BD10D1647E7009C7762 /* HeaderMap.h */,
                                DE344AB70AE5DF6D00DBC861 /* HeaderSearch.h */,
+                               DEA09A830F3175BF000C2258 /* LexDiagnostic.h */,
                                DED7D73B0A524295003AD0FB /* Lexer.h */,
                                1A869A6E0BA2164C008DA07A /* LiteralSupport.h */,
                                DED7D73E0A524295003AD0FB /* MacroInfo.h */,