Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+1 |
* | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 2013-10-29 | 1 | -2/+2 |
* | re PR c++/58596 ([c++11] ICE with decltype in non-static data member initiali... | Paolo Carlini | 2013-10-17 | 1 | -1/+8 |
* | re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit... | Paolo Carlini | 2013-10-08 | 1 | -2/+2 |
* | Support nested generic lambdas. | Adam Butcher | 2013-09-23 | 1 | -1/+1 |
* | Support lambda templates. | Adam Butcher | 2013-09-16 | 1 | -30/+158 |
* | Core DR 904 PR c++/41933 | Jason Merrill | 2013-09-15 | 1 | -11/+45 |
* | * lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC. | Jason Merrill | 2013-09-15 | 1 | -1/+1 |
* | Revert r202554, r202540 and r202539. | Adam Butcher | 2013-09-13 | 1 | -157/+32 |
* | Fix uninitialized variables causing breakage with -Werror. | Adam Butcher | 2013-09-13 | 1 | -2/+2 |
* | Support lambda templates. | Adam Butcher | 2013-09-12 | 1 | -32/+157 |
* | Extract lambda functions from semantics.c. | Adam Butcher | 2013-07-14 | 1 | -0/+920 |