1. b3afa6c PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 13 years ago
  2. 10c6072 In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standard reference and add a test. by Richard Smith · 13 years ago
  3. bfdb108 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 14 years ago
  4. a80cae1 Disambiguate between C++11 lambda expressions and C99 array by Douglas Gregor · 14 years ago
  5. 6746c5d Improve recovery for lambda expressions that have 'mutable' or a by Douglas Gregor · 14 years ago
  6. 656bc62 Remove the "unsupported" error for lambda expressions. It's annoying, by Douglas Gregor · 14 years ago
  7. 26f4b32 Fix tests for r150123 by Douglas Gregor · 14 years ago
  8. c7c9714 Stub out the Sema interface for lambda expressions, and change the parser to use it. Unconditionally error on lambda expressions because they don't work in any meaningful way yet. by Eli Friedman · 14 years ago
  9. 553b2b2 Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 14 years ago
  10. 9ca5c42 Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 14 years ago
  11. db0b9f1 Parsing of C++0x lambda expressions, from John Freeman with help from by Douglas Gregor · 14 years ago