Age | Commit message (Expand) | Author |
---|---|---|
2013-02-02 | PR15132: Replace "address expression must be an lvalue or a function | Richard Smith |
2012-02-09 | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor |
2012-02-09 | Fix yet one more test | Douglas Gregor |
2012-01-26 | Refactor to share code for handling return statements between lambda expressi... | Eli Friedman |
2012-01-07 | More lambda work: semantic analysis of capturing 'this'. It's a bit complica... | Eli Friedman |
2012-01-05 | More lambda work. Tweak the Sema interface slightly. Start adding the pieces... | Eli Friedman |
2012-01-04 | Stub out the Sema interface for lambda expressions, and change the parser to ... | Eli Friedman |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-08-04 | Parsing of C++0x lambda expressions, from John Freeman with help from | Douglas Gregor |