Age | Commit message (Expand) | Author |
---|---|---|
2013-04-17 | DR974: Lambdas can have default arguments. | Richard Smith |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2012-02-15 | Specialize noreturn diagnostics for lambda expressions. | Douglas Gregor |
2012-02-14 | Implement C++ core issue 974, which permits default arguments for | Douglas Gregor |
2012-02-12 | Lambdas have a deleted default constructor and a deleted copy | Douglas Gregor |
2012-02-10 | Implement the conversion to a function pointer for lambda expressions, | Douglas Gregor |
2012-02-09 | Tests for C++ [expr.prim.lambda]p5. We already implement all of these | Douglas Gregor |
2012-02-09 | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor |
2012-02-09 | Various interrelated cleanups for lambdas: | Douglas Gregor |
2012-02-01 | Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5. | Douglas Gregor |