diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-17 04:05:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-17 04:05:52 +0000 |
commit | 8ae89ca65ec9f9bb7e69374ef3ebc4232ede9811 (patch) | |
tree | 888accd93b9e9cd2a53254ba8cbe312931506704 | |
parent | bcca40b264f6d21e440aa140db13e00d2ec57168 (diff) | |
download | bcm5719-llvm-8ae89ca65ec9f9bb7e69374ef3ebc4232ede9811.tar.gz bcm5719-llvm-8ae89ca65ec9f9bb7e69374ef3ebc4232ede9811.zip |
add OperatorKinds.* to the project.
llvm-svn: 59437
-rw-r--r-- | clang/clang.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/clang.xcodeproj/project.pbxproj b/clang/clang.xcodeproj/project.pbxproj index 0d47951bb0a..8f43008cf55 100644 --- a/clang/clang.xcodeproj/project.pbxproj +++ b/clang/clang.xcodeproj/project.pbxproj @@ -511,6 +511,8 @@ 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>"; }; + DE8824530ED1243E00CBC30A /* OperatorKinds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OperatorKinds.h; sourceTree = "<group>"; }; + DE8824560ED1244600CBC30A /* OperatorKinds.def */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OperatorKinds.def; 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; }; @@ -1035,6 +1037,8 @@ DED7D7330A524295003AD0FB /* FileManager.h */, DE3986EF0CB8D4B300223765 /* IdentifierTable.h */, DE06B73D0A8307640050E87E /* LangOptions.h */, + DE8824560ED1244600CBC30A /* OperatorKinds.def */, + DE8824530ED1243E00CBC30A /* OperatorKinds.h */, DED7D7350A524295003AD0FB /* SourceLocation.h */, DED7D7360A524295003AD0FB /* SourceManager.h */, DE46BF270AE0A82D00CC047C /* TargetInfo.h */, |