summaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/61133jason2014-05-211-15/+6
* PR c++/60463jason2014-05-091-9/+16
* PR c++/60992jason2014-05-021-10/+14
* /cppaolo2014-02-281-1/+1
* PR c++/60252jason2014-02-211-4/+2
* PR c++/60252jason2014-02-211-1/+4
* PR c++/60251jason2014-02-211-0/+4
* Fix PR c++/59635abutcher2014-01-061-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR c++/59271jason2013-12-241-2/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-2/+2
* /cppaolo2013-10-171-1/+8
* /cppaolo2013-10-081-2/+2
* Support nested generic lambdas.abutcher2013-09-231-1/+1
* Support lambda templates.abutcher2013-09-161-30/+158
* Core DR 904jason2013-09-151-11/+45
* * lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.jason2013-09-151-1/+1
* Revert r202554, r202540 and r202539.abutcher2013-09-131-157/+32
* Fix uninitialized variables causing breakage with -Werror.abutcher2013-09-131-2/+2
* Support lambda templates.abutcher2013-09-121-32/+157
* Extract lambda functions from semantics.c.jason2013-07-141-0/+920