1. 2eeddfb Warn when a reference is bound to an empty l-value (dereferenced null pointer). by Nick Lewycky · 9 years ago
  2. 3cb4c63 DR974: Lambdas can have default arguments. by Richard Smith · 12 years ago
  3. 10876ef Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 13 years ago
  4. cf11eb7 Specialize noreturn diagnostics for lambda expressions. by Douglas Gregor · 14 years ago
  5. adb376e Implement C++ core issue 974, which permits default arguments for by Douglas Gregor · 14 years ago
  6. 1a22d28 Lambdas have a deleted default constructor and a deleted copy by Douglas Gregor · 14 years ago
  7. 1269510 Implement the conversion to a function pointer for lambda expressions, by Douglas Gregor · 14 years ago
  8. a30a0bc Tests for C++ [expr.prim.lambda]p5. We already implement all of these by Douglas Gregor · 14 years ago
  9. 656bc62 Remove the "unsupported" error for lambda expressions. It's annoying, by Douglas Gregor · 14 years ago
  10. 8c50e7c Various interrelated cleanups for lambdas: by Douglas Gregor · 14 years ago
  11. 6b8ef34 Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5. by Douglas Gregor · 14 years ago