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