Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If capturing a variable fails, add a capture anyway (and mark it | Richard Smith | 2019-05-28 | 1 | -0/+7 |
* | More fixes for isBetterOverloadCandidate not being a strict weak ordering. The | Richard Smith | 2014-05-17 | 1 | -0/+18 |
* | Switch to the new MingW ABI. | Rafael Espindola | 2013-12-12 | 1 | -1/+1 |
* | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith | 2012-07-25 | 1 | -1/+18 |
* | Check the parameter lists and return type of both blocks and lambdas | Douglas Gregor | 2012-06-15 | 1 | -0/+21 |
* | Clean up r156925, so that we only mark the capturing DeclRefExpr of a | Douglas Gregor | 2012-05-16 | 1 | -22/+0 |
* | Fix code generation of variables reference expressions when mixing | Douglas Gregor | 2012-05-16 | 1 | -0/+22 |
* | Teach overload resolution to prefer user-defined conversion via a | Douglas Gregor | 2012-02-22 | 1 | -0/+31 |
* | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor | 2012-02-22 | 1 | -0/+57 |