aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-09Implement C++17 constexpr lambda.Jason Merrill1-0/+18
2016-08-04re PR c++/72800 (ICE on invalid C++14 code with initialized lambda capture: t...Paolo Carlini1-0/+2
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-1/+1
2016-07-25PR c++/71837 - pack expansion in init-captureJason Merrill1-1/+7
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-1/+1
2016-07-08* lambda.c (maybe_add_lambda_conv_op): Fix null object argument.Jason Merrill1-4/+5
2016-05-29re PR c++/71105 (lambdas with default captures improperly have function point...Paolo Carlini1-1/+3
2016-04-27re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl...Ryan Burn1-0/+1
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-02-25re PR c++/69842 (Parameter deduction in polymorphic lambdas)Jason Merrill1-17/+13
2016-02-17re PR c++/69842 (Parameter deduction in polymorphic lambdas)Jason Merrill1-1/+3
2016-01-22re PR c++/69392 (G++ can't capture 'this' pointer to templated type using ini...Jason Merrill1-9/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill1-3/+11
2015-11-25lambda.c (maybe_add_lambda_conv_op): Only set no_sanitize_undefined if SANITI...Jason Merrill1-5/+8
2015-11-25re PR sanitizer/67941 (calls on function pointer from a captureless lambda ca...Jason Merrill1-0/+6
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-6/+5
2015-10-26function.h (MINIMUM_METHOD_BOUNDARY): New macro.Christian Bruel1-8/+1
2015-10-12re PR c++/58566 ([c++11] ICE with invalid expression in lambda body)Ville Voutilainen1-1/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+4
2015-08-19* lambda.c (current_nonlambda_scope): New.Jason Merrill1-0/+24
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-15re PR c++/65727 (Segfault With Decltype In Lambda Expression Used To Initiali...Jason Merrill1-15/+13
2015-04-03re PR c++/64085 (ICE on C++14 lambda by-reference capture with an initializer)Paolo Carlini1-1/+1
2015-01-27re PR c++/58597 (ICE with lambda in default argument of template function)Jason Merrill1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12re PR c++/61402 (-Wsequence-point doesn't notice unsequenced lambda init and ...Jason Merrill1-1/+2
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-1/+1
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