llvm-project/clang/lib/CodeGen
Daniel Dunbar 1ea1aa2cc1 Emit more descriptive unsupported error message on dot-syntax use of super.
llvm-svn: 57745
2008-10-17 23:05:02 +00:00
..
CGBuiltin.cpp Added pinsrd, pinsrq, and some other vector intrinsics 2008-10-15 06:18:34 +00:00
CGCXX.cpp Handle static initializers in Objective-C++ methods. 2008-08-23 19:42:54 +00:00
CGCall.cpp Lift out ABIInfo abstract base class. 2008-10-13 17:02:26 +00:00
CGCall.h Large mechanical patch. 2008-09-25 21:02:23 +00:00
CGDebugInfo.cpp Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CGDebugInfo.h Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CGDecl.cpp Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CGExpr.cpp Emit more descriptive unsupported error message on dot-syntax use of super. 2008-10-17 23:05:02 +00:00
CGExprAgg.cpp Move EmitAggregate{Copy,Clear} into CodeGenFunction. 2008-09-09 20:49:46 +00:00
CGExprComplex.cpp Add Objective-C property setter support. 2008-08-30 05:35:15 +00:00
CGExprConstant.cpp silence release-assert warnings. 2008-10-12 00:31:50 +00:00
CGExprScalar.cpp Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +00:00
CGObjC.cpp silence release-assert warnings. 2008-10-12 00:31:50 +00:00
CGObjCGNU.cpp Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +00:00
CGObjCMac.cpp Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType. 2008-10-17 20:21:44 +00:00
CGObjCRuntime.h Add Obj-C runtime methods to get runtime specific functions for 2008-09-24 03:38:44 +00:00
CGStmt.cpp Emit error unsupported when asm string conversion fails instead of 2008-10-17 20:58:01 +00:00
CGValue.h Add FIXME about potential problem in how property ref lvalues are handled. 2008-10-17 23:02:24 +00:00
CodeGenFunction.cpp Change CGDebugInfo::setLocation to just ignore invalid locations. This 2008-10-17 16:15:48 +00:00
CodeGenFunction.h Lift CodeGenFunction::EmitPredefinedFunctioName out of EmitPredefinedLValue. 2008-10-17 21:58:32 +00:00
CodeGenModule.cpp Add option argument to GetAddrOfConstantString to use for name of 2008-10-17 21:56:50 +00:00
CodeGenModule.h Add option argument to GetAddrOfConstantString to use for name of 2008-10-17 21:56:50 +00:00
CodeGenTypes.cpp Lift out ABIInfo abstract base class. 2008-10-13 17:02:26 +00:00
CodeGenTypes.h Lift out ABIInfo abstract base class. 2008-10-13 17:02:26 +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