| commit | 37943a7af8f6765142af33aa0ba2facc507a1a1c | [log] [tgz] |
|---|---|---|
| author | Ben Langmuir <ben.langmuir@intel.com> | Fri May 03 19:00:33 2013 +0000 |
| committer | Ben Langmuir <ben.langmuir@intel.com> | Fri May 03 19:00:33 2013 +0000 |
| tree | e7682e3731b9e683f59cdedd18c1e6f4467718fb | |
| parent | 231ca1c9299164326493e978d5c1d50082d0a02d [diff] |
Move CapturedStmt parameters to CapturedDecl Move the creation of CapturedStmt parameters out of CodeGen and into Sema, making it easier to customize the outlined function. The ImplicitParamDecls are stored in the CapturedDecl using an ASTContext-allocated array. Differential Revision: http://llvm-reviews.chandlerc.com/D722 llvm-svn: 181043