| commit | a94ecd2a0bb922d85212d5ff25a71ba921e9880a | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Sat Aug 16 03:19:19 2008 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Sat Aug 16 03:19:19 2008 +0000 |
| tree | c2772a6bd7d8d4cb6a0cdb1ba8cf8445e53d5b86 | |
| parent | 8bc821ae7c8b6e39ca7d036f6fd95ad5e2fafd7b [diff] |
Add NeXT runtime support for generating methods. Change CodeGenFunction::EmitParmDecl to take either a ParmVarDecl or an ImplicitParamDecl. Drop hasAggregateLLVMType from CodeGenModule.cpp (use version in CodeGenFunction). Change the Objective-C method generation to use EmitParmDecl for implicit parameters. llvm-svn: 54838