aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx0x-lambda-expressions.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-09 00:47:04 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-09 00:47:04 +0000
commit8c50e7c5e380d93f784582579c3e3f1bc157bf12 (patch)
treed6556ee13f1264af6738a39fd7c043365bfeb166 /clang/test/Parser/cxx0x-lambda-expressions.cpp
parentf542675ae34943a85ffcdb9d07c69b181c3d869f (diff)
downloadllvm-8c50e7c5e380d93f784582579c3e3f1bc157bf12.zip
llvm-8c50e7c5e380d93f784582579c3e3f1bc157bf12.tar.gz
llvm-8c50e7c5e380d93f784582579c3e3f1bc157bf12.tar.bz2
Various interrelated cleanups for lambdas:
- Complete the lambda class when we finish the lambda expression (previously, it was left in the "being completed" state) - Actually return the LambdaExpr object and bind to the resulting temporary when needed. - Detect when cleanups are needed while capturing a variable into a lambda (e.g., due to default arguments in the copy constructor), and make sure those cleanups apply for the whole of the lambda expression. llvm-svn: 150123
Diffstat (limited to 'clang/test/Parser/cxx0x-lambda-expressions.cpp')
0 files changed, 0 insertions, 0 deletions