Age | Commit message (Expand) | Author |
---|---|---|
2012-02-21 | Implement non-internal linkage for lambda closure types that need a | Douglas Gregor |
2012-02-20 | Make sure that we set up the right declaration contexts when creating | Douglas Gregor |
2012-02-20 | When we resolve the type of an 'auto' variable, clear out the linkage | Douglas Gregor |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor |
2012-02-17 | Rework the Sema/AST/IRgen dance for the lambda closure type's | Douglas Gregor |
2012-02-14 | Add a coverage test for lambda expression IRGen. | Eli Friedman |