Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the determination of whether a capture refers to an enclosing | Douglas Gregor | 2012-12-01 | 1 | -1/+12 |
* | DR1472: A reference isn't odr-used if it has preceding initialization, | Richard Smith | 2012-10-20 | 1 | -0/+9 |
* | Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it | Richard Smith | 2012-08-07 | 1 | -2/+6 |
* | Implement non-internal linkage for lambda closure types that need a | Douglas Gregor | 2012-02-21 | 1 | -16/+16 |
* | Make sure that we set up the right declaration contexts when creating | Douglas Gregor | 2012-02-20 | 1 | -0/+3 |
* | When we resolve the type of an 'auto' variable, clear out the linkage | Douglas Gregor | 2012-02-20 | 1 | -0/+3 |
* | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor | 2012-02-20 | 1 | -16/+16 |
* | Rework the Sema/AST/IRgen dance for the lambda closure type's | Douglas Gregor | 2012-02-17 | 1 | -0/+18 |
* | Add a coverage test for lambda expression IRGen. | Eli Friedman | 2012-02-14 | 1 | -0/+54 |