llvm-project/clang/lib/CodeGen
Daniel Dunbar dec75f895e NeXT: Emit [meta]class protocol references.
Updated ObjCProtocolDecl::protocol_iterator to match that of
ObjCInterfaceDecl.

llvm-svn: 55143
2008-08-21 21:57:41 +00:00
..
CGBuiltin.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGDebugInfo.cpp More #include cleaning 2008-08-11 04:54:23 +00:00
CGDebugInfo.h Update for IRBuilder template change (update LLVM!) 2008-08-11 16:50:21 +00:00
CGDecl.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CGExpr.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGExprAgg.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGExprComplex.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CGExprConstant.cpp Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): 2008-08-18 23:01:59 +00:00
CGExprScalar.cpp Move all Obj-C runtime interaction into CodeGenFunction. 2008-08-20 00:28:19 +00:00
CGObjC.cpp Move all Obj-C runtime interaction into CodeGenFunction. 2008-08-20 00:28:19 +00:00
CGObjCGNU.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CGObjCMac.cpp NeXT: Emit [meta]class protocol references. 2008-08-21 21:57:41 +00:00
CGObjCRuntime.h Change ObjCRuntime::LookupClass -> GetClass, and now takes the 2008-08-16 00:25:02 +00:00
CGStmt.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CodeGenFunction.cpp Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CodeGenFunction.h Move all Obj-C runtime interaction into CodeGenFunction. 2008-08-20 00:28:19 +00:00
CodeGenModule.cpp Add NeXT runtime support for generating methods. 2008-08-16 03:19:19 +00:00
CodeGenModule.h Change WarnUnsupported to ErrorUnsupported (in name and in practice). 2008-08-16 00:56:44 +00:00
CodeGenTypes.cpp Update some isIntegerConstantExpr uses to use 2008-08-13 23:47:13 +00:00
CodeGenTypes.h Make a few related changes: 2008-06-30 18:32:54 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ModuleBuilder.cpp Clean up CodeGenModule interface. 2008-08-15 23:26:23 +00:00