summaryrefslogtreecommitdiffstats
path: root/test/Parser/objcxx0x-lambda-expressions.mm
Commit message (Expand)AuthorAgeFilesLines
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-1/+1
* Fix the end location of init-capture annotations in ObjC++Ben Langmuir2015-04-301-0/+13
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-1/+1
* Add compat/extension warnings for init captures.Richard Smith2013-09-281-1/+1
* PR16094: I should have known Obj-C init-capture disambiguation couldn't beRichard Smith2013-05-211-3/+13
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-4/+4
* C++1y n3648: parse and reject init-captures for now.Richard Smith2013-05-091-0/+10
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-1/+1
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-6/+6
* Fix yet one more testDouglas Gregor2012-02-091-1/+1
* Refactor to share code for handling return statements between lambda expressi...Eli Friedman2012-01-261-2/+1
* More lambda work: semantic analysis of capturing 'this'. It's a bit complica...Eli Friedman2012-01-071-1/+2
* More lambda work. Tweak the Sema interface slightly. Start adding the pieces...Eli Friedman2012-01-051-4/+1
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-041-6/+6
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Parsing of C++0x lambda expressions, from John Freeman with help fromDouglas Gregor2011-08-041-0/+26