summaryrefslogtreecommitdiff
path: root/test/SemaCXX/lambda-expressions.cpp
Commit message (Expand)AuthorAge
* Sema: Don't emit a warning when __func__ is used in a lambda outside of a fun...Benjamin Kramer2012-12-06
* Update regression tests for r166617.Eli Friedman2012-10-24
* DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith2012-10-20
* Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854.Eli Friedman2012-09-20
* Add an extra check for invalid decls in the lambda semantic analysis to avoid...Eli Friedman2012-09-18
* Implement warning for integral null pointer constants other than the literal 0.David Blaikie2012-08-08
* PR12057: Allow variadic template pack expansions to cross lambda boundaries.Richard Smith2012-07-25
* Fixes some test cases that should have come along with r157943.Aaron Ballman2012-06-04
* Make the error about assigning to lambda-captured variablesJohn McCall2012-03-13
* Alternate fix to PR12248: put Sema in charge of special-casingJohn McCall2012-03-13
* Make sure we treat variables captured by reference in lambda as modifiable lv...Eli Friedman2012-03-12
* Ensure that we instantiate static reference data members of class templatesRichard Smith2012-03-02
* Remove FIXME: as Eli points out, the behavior here is now correct.Richard Smith2012-02-24
* When checking whether a reference to a variable is an ICE, look at the type ofRichard Smith2012-02-24
* Only pop the expression evaluation context corresponding to a lambdaDouglas Gregor2012-02-21
* Rewrite variable capture within lambda expressions and blocks,Douglas Gregor2012-02-18
* Within the body of a lambda expression, decltype((x)) for anDouglas Gregor2012-02-12
* Implement return type deduction for lambdas per C++11Douglas Gregor2012-02-09
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-09
* Various interrelated cleanups for lambdas:Douglas Gregor2012-02-09
* Fix the result of VarDecl::checkInitIsICE so it is consistently accurate in C...Eli Friedman2012-02-06
* Make explicit captures which cause implicit captures work correctly.Eli Friedman2012-02-03
* Implement implicit capture for lambda expressions.Eli Friedman2012-02-03
* Introduce the lambda scope before determining explicit captures, whichDouglas Gregor2012-02-01
* Improve checking of explicit captures in a C++11 lambda expression:Douglas Gregor2012-02-01
* Add an additional testcase for a lambda with implicit void return type.Eli Friedman2012-01-26
* Refactor to share code for handling return statements between lambda expressi...Eli Friedman2012-01-26
* More lambda work: semantic analysis of capturing 'this'. It's a bit complica...Eli Friedman2012-01-07
* Lambdas: semantic analysis of explicit captures.Eli Friedman2012-01-07