1. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
  2. 5e31474 Update the tests. by Bill Wendling · 12 years ago
  3. f0f7fa0 Modify the tests for the (sorted) order that the attributes come out as now. by Bill Wendling · 12 years ago
  4. 89e19b4 Don't assert/crash on reference variables in lambdas bound to a by Eli Friedman · 12 years ago
  5. 457d65a clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts. by NAKAMURA Takumi · 12 years ago
  6. 50f089a Make sure the __invoke function for lambdas returns properly. Per bug report on IRC> by Eli Friedman · 12 years ago
  7. 464a01a Fix the determination of whether a capture refers to an enclosing by Douglas Gregor · 12 years ago
  8. 5016a70 DR1472: A reference isn't odr-used if it has preceding initialization, by Richard Smith · 12 years ago
  9. 8ae4ec2 Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it by Richard Smith · 12 years ago
  10. 5878cbc Implement non-internal linkage for lambda closure types that need a by Douglas Gregor · 12 years ago
  11. fa07ab5 Make sure that we set up the right declaration contexts when creating by Douglas Gregor · 12 years ago
  12. ee18803 When we resolve the type of an 'auto' variable, clear out the linkage by Douglas Gregor · 12 years ago
  13. 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 12 years ago
  14. 27dd7d9 Rework the Sema/AST/IRgen dance for the lambda closure type's by Douglas Gregor · 13 years ago
  15. 8656855 Add a coverage test for lambda expression IRGen. by Eli Friedman · 13 years ago