hanchenye-llvm-project/clang/lib/CodeGen
Daniel Dunbar 837fd272f8 Fix codegen of chained declarations
- Killed useless CodeGenModule::EmitGlobalVarDeclarator, instead just
   recurse on any ScopedDecl.
 - Fix for <rdar://problem/6093838>

llvm-svn: 54162
2008-07-29 17:47:36 +00:00
..
CGBuiltin.cpp X86 builtin fixes 2008-07-25 20:17:24 +00:00
CGDebugInfo.cpp Remove removed header. 2008-07-03 22:54:30 +00:00
CGDebugInfo.h Generate debug descriptors for array types while generating the debug info. 2008-06-09 10:47:41 +00:00
CGDecl.cpp Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
CGExpr.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CGExprAgg.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CGExprComplex.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CGExprConstant.cpp Fix a bug in my previous patch, CGF is not valid for constants outside a function 2008-07-26 22:39:33 +00:00
CGExprScalar.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CGObjC.cpp avoid a lot of unneeded selector processing work by passing around 2008-06-26 04:42:20 +00:00
CGObjCGNU.cpp don't pass in null as the Name for GenerateClassStructure, 2008-07-21 06:31:05 +00:00
CGObjCRuntime.h refactor more objc codegen interfaces to pass around selectors so 2008-06-26 05:08:00 +00:00
CGStmt.cpp implement codegen support for labels at the end of stmtexprs. 2008-07-26 20:23:23 +00:00
CodeGenFunction.cpp Fix rdar://6103124, the only dummy blocks are ones without names. Named blocks 2008-07-25 23:40:10 +00:00
CodeGenFunction.h implement codegen support for labels at the end of stmtexprs. 2008-07-26 20:23:23 +00:00
CodeGenModule.cpp Fix codegen of chained declarations 2008-07-29 17:47:36 +00:00
CodeGenModule.h Fix codegen of chained declarations 2008-07-29 17:47:36 +00:00
CodeGenTypes.cpp remove uses of QualType::getCanonicalType() from codegen for PR2189 2008-07-26 22:37:01 +00:00
CodeGenTypes.h Make a few related changes: 2008-06-30 18:32:54 +00:00
Makefile
ModuleBuilder.cpp Fix codegen of chained declarations 2008-07-29 17:47:36 +00:00