summaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
Commit message (Expand)AuthorAgeFilesLines
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-2/+2
* re PR c++/58596 ([c++11] ICE with decltype in non-static data member initiali...Paolo Carlini2013-10-171-1/+8
* re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit...Paolo Carlini2013-10-081-2/+2
* Support nested generic lambdas.Adam Butcher2013-09-231-1/+1
* Support lambda templates.Adam Butcher2013-09-161-30/+158
* Core DR 904 PR c++/41933Jason Merrill2013-09-151-11/+45
* * lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.Jason Merrill2013-09-151-1/+1
* Revert r202554, r202540 and r202539.Adam Butcher2013-09-131-157/+32
* Fix uninitialized variables causing breakage with -Werror.Adam Butcher2013-09-131-2/+2
* Support lambda templates.Adam Butcher2013-09-121-32/+157
* Extract lambda functions from semantics.c.Adam Butcher2013-07-141-0/+920