Age | Commit message (Expand) | Author |
---|---|---|
2012-02-22 | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor |
2012-02-18 | Rewrite variable capture within lambda expressions and blocks, | Douglas Gregor |
2012-02-16 | Implicitly define a lambda's conversion functions (to function | Douglas Gregor |
2012-02-15 | Lambda closure types have a conversion function to a block pointer | Douglas Gregor |
2012-02-09 | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor |
2012-02-03 | Implement implicit capture for lambda expressions. | Eli Friedman |
2012-02-01 | Diagnose attempts to explicitly capture a __block variable in a lambda. | Douglas Gregor |