Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR23135: Don't instantiate constexpr functions referenced in unevaluated oper... | Richard Smith | 2017-01-07 | 1 | -2/+2 |
* | Clarify the error message when the reason the conversion is not viable is bec... | Nick Lewycky | 2015-08-25 | 1 | -1/+1 |
* | PR23334: Perform semantic checking of lambda capture initialization in the ri... | Richard Smith | 2015-04-27 | 1 | -3/+2 |
* | Handle use of default member initializers before end of outermost class | Reid Kleckner | 2014-11-17 | 1 | -2/+2 |
* | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith | 2013-01-17 | 1 | -2/+3 |
* | Lambda closure types are always considered to be like "local" classes, | Douglas Gregor | 2012-02-16 | 1 | -0/+33 |
* | Specialize noreturn diagnostics for lambda expressions. | Douglas Gregor | 2012-02-15 | 1 | -1/+1 |
* | Link together the call operator produced from transforming a lambda | Douglas Gregor | 2012-02-14 | 1 | -0/+71 |
* | Introduce support for template instantiation of lambda | Douglas Gregor | 2012-02-13 | 1 | -0/+45 |