Refactor capture in blocks to use new-style capture hooks. Start adding a bit...
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
Loading
Please register or sign in to comment