diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-16 20:18:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-16 20:18:49 +0000 |
commit | 54f054efb0b60b51099ef7e8f2918a202517f721 (patch) | |
tree | ba56661dbeb4e3d71d31cf306050de5f7b9aeeed | |
parent | f9ef0c675b12ab53fdd6c4e3e7226d066d293e99 (diff) |
add PTHLexer.h to project
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59423 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | clang.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index 88312be4b7..0d47951bb0 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -510,6 +510,7 @@ DE85CDB50D839BAE0070E26E /* PPLexerChange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PPLexerChange.cpp; sourceTree = "<group>"; }; DE8822350EC80C0A00CBC30A /* CGBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CGBuilder.h; path = lib/CodeGen/CGBuilder.h; sourceTree = "<group>"; }; DE8823CA0ED0046600CBC30A /* APValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = APValue.cpp; path = lib/AST/APValue.cpp; sourceTree = "<group>"; }; + DE8823DE0ED0B78600CBC30A /* PTHLexer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PTHLexer.h; sourceTree = "<group>"; }; DE928B120C05659200231DA4 /* ModuleBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = ModuleBuilder.cpp; path = lib/CodeGen/ModuleBuilder.cpp; sourceTree = "<group>"; tabWidth = 2; }; DE928B1F0C0565B000231DA4 /* ModuleBuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ModuleBuilder.h; path = clang/CodeGen/ModuleBuilder.h; sourceTree = "<group>"; }; DE928B7C0C0A615100231DA4 /* CodeGenModule.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = CodeGenModule.h; path = lib/CodeGen/CodeGenModule.h; sourceTree = "<group>"; tabWidth = 2; }; @@ -1055,6 +1056,7 @@ DED7D73E0A524295003AD0FB /* MacroInfo.h */, DEAEE98A0A5A2B970045101B /* MultipleIncludeOpt.h */, DE01DA480B12ADA300AC22CE /* PPCallbacks.h */, + DE8823DE0ED0B78600CBC30A /* PTHLexer.h */, DED7D73F0A524295003AD0FB /* Pragma.h */, DED7D7400A524295003AD0FB /* Preprocessor.h */, 35B820740ECB811A0020BEC0 /* PreprocessorLexer.h */, |