aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+12
2014-10-20re PR c++/63601 (Segfault on usage of 'this' in unevaluated context inside la...Jason Merrill1-0/+11
2014-09-22re PR c++/63320 (bogus ‘this’ was not captured for this lambda function e...Jason Merrill1-3/+5
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-1/+1
2014-08-15re PR c++/61566 (ICE in write_unscoped_name)Jason Merrill1-2/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-3/+2
2014-05-22re PR c++/61088 (segfault with array of lambdas initialized with initializer ...Paolo Carlini1-2/+13
2014-05-21re PR c++/61133 (g++ doesn't implement DR1760)Ville Voutilainen1-15/+6
2014-05-09re PR c++/60463 (Lambda function can call a non-const member function with co...Momchil Velikov1-9/+16
2014-05-02re PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)Jason Merrill1-10/+14
2014-02-28re PR c++/58610 ([c++11] ICE with constexpr of class with template constructor)Paolo Carlini1-1/+1
2014-02-21re PR c++/60252 ([c++11] ICE with invalid variable-length array in lambda par...Jason Merrill1-4/+2
2014-02-21re PR c++/60252 ([c++11] ICE with invalid variable-length array in lambda par...Jason Merrill1-1/+4
2014-02-21re PR c++/60251 ([c++11] ICE capturing variable-length array)Jason Merrill1-0/+4
2014-01-06re PR c++/59635 ([c++1y] ICE with auto and ... as lambda parameter)Adam Butcher1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/59271 (a.C:16:21: internal compiler error: in strip_typedefs, at cp...Jason Merrill1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-2/+2
2013-10-17re PR c++/58596 ([c++11] ICE with decltype in non-static data member initiali...Paolo Carlini1-1/+8
2013-10-08re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit...Paolo Carlini1-2/+2
2013-09-23Support nested generic lambdas.Adam Butcher1-1/+1
2013-09-16Support lambda templates.Adam Butcher1-30/+158
2013-09-15Core DR 904 PR c++/41933Jason Merrill1-11/+45
2013-09-15* lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.Jason Merrill1-1/+1
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher1-157/+32
2013-09-13Fix uninitialized variables causing breakage with -Werror.Adam Butcher1-2/+2
2013-09-12Support lambda templates.Adam Butcher1-32/+157
2013-07-14Extract lambda functions from semantics.c.Adam Butcher1-0/+920