| commit | 9bb33f572f7609d469d3a505c9987b83eac5b78c | [log] [tgz] |
|---|---|---|
| author | Eli Friedman <eli.friedman@gmail.com> | Fri Feb 03 02:04:35 2012 +0000 |
| committer | Eli Friedman <eli.friedman@gmail.com> | Fri Feb 03 02:04:35 2012 +0000 |
| tree | b4f0159365344fda0d55d3fe46f5274f87987c34 | |
| parent | d1956e46ddf099d8898457075c85d3772446ec6e [diff] |
Refactor capture in blocks to use new-style capture hooks. Start adding a bit of the code for lambdas. The only visible changes are that we use the C++11 odr-used rules to figure out when a variable is captured, and type-checking in lambdas is slightly more accurate. llvm-svn: 149663