1. 42b1057 N3922: direct-list-initialization of an auto-typed variable no longer deduces a by Richard Smith · 10 years ago
  2. 215f423 Add a warning for direct-list-initialization of a variable with a deduced type by Richard Smith · 11 years ago
  3. a3aef35 Parse: Don't let BalancedDelimiterTracker consume cxx_defaultarg_end by David Majnemer · 11 years ago
  4. 89296ee Parse: Don't parse beyond the end of the synthetic default argument tok by David Majnemer · 11 years ago
  5. e01c466 Parse: Don't crash when trailing return type is missing by David Majnemer · 11 years ago
  6. 9e2f0a4 PR19339: Disambiguate lambdas with init-captures from designated initializers by Richard Smith · 11 years ago
  7. abe1a39 Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )') by David Blaikie · 11 years ago
  8. e8d69b7 Allow GNU-style attributes on lambda expressions. by Aaron Ballman · 12 years ago
  9. 7e1fd01 Improving test coverage for lambda expressions with attribute specifiers. by Aaron Ballman · 12 years ago
  10. c6607cd Changing this test case to use an unknown attribute, since there are not currently any type attributes which would apply to a lambda, except in MSVC compatibility mode. by Aaron Ballman · 12 years ago
  11. b5c59f5 Gracefully handle an attribute specifier following a lambda introducer when the parameter list wasn't present. by Aaron Ballman · 12 years ago
  12. 5b013f5 Add compat/extension warnings for init captures. by Richard Smith · 12 years ago
  13. bb13c9a Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 12 years ago
  14. ba71c08 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 12 years ago
  15. 21b3ab4 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 12 years ago
  16. be20d43 Update regression tests for r166617. by Eli Friedman · 13 years ago
  17. b3afa6c PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 13 years ago
  18. 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
  19. bfdb108 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 14 years ago
  20. a80cae1 Disambiguate between C++11 lambda expressions and C99 array by Douglas Gregor · 14 years ago
  21. 6746c5d Improve recovery for lambda expressions that have 'mutable' or a by Douglas Gregor · 14 years ago
  22. 656bc62 Remove the "unsupported" error for lambda expressions. It's annoying, by Douglas Gregor · 14 years ago
  23. 26f4b32 Fix tests for r150123 by Douglas Gregor · 14 years ago
  24. 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
  25. 553b2b2 Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 14 years ago
  26. 9ca5c42 Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 14 years ago
  27. db0b9f1 Parsing of C++0x lambda expressions, from John Freeman with help from by Douglas Gregor · 14 years ago