aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-08PR c++/88761 - ICE with reference capture of constant.Jason Merrill1-2/+4
2019-02-07backport: re PR c++/89187 (ICE in initialize_argument_information, at calls.c...Jakub Jelinek1-0/+3
2019-02-07backport: re PR c++/88988 (ICE: Segmentation fault (in lookup_name_real_1))Jakub Jelinek1-0/+3
2018-09-05[PR c++/87185] ICE in prune-lambdasPádraig Brady1-3/+3
2018-06-15PR c++/82882 - ICE with lambda in template default argument.Jason Merrill1-0/+18
2018-06-11PR c++/85764 - bogus 'this' not captured error.Jason Merrill1-15/+22
2018-04-09PR c++/85256 - ICE capturing pointer to VLA.Jason Merrill1-2/+2
2018-03-19[PR c++/84835] ICE with generic lambda in extern "C"Nathan Sidwell1-0/+2
2018-03-12PR c++/84802 - ICE capturing uninstantiated class.Jason Merrill1-0/+2
2018-03-09PR c++/84726 - unnecessary capture of constant vars.Jason Merrill1-0/+135
2018-03-07lambda.c (is_capture_proxy_with_ref): Remove.Jason Merrill1-12/+1
2018-03-05PR c++/84708 - ICE with lambda in local class NSDMI.Jason Merrill1-12/+18
2018-02-26PR c++/84520 - ICE with generic lambda in NSDMI.Jason Merrill1-1/+4
2018-02-26lambda.c (build_capture_proxy): Define static.Paolo Carlini1-1/+1
2018-02-19PR c++/84429 - ICE capturing VLA.Jason Merrill1-3/+4
2018-02-16PR c++/84420 - ICE with structured binding in lambda.Jason Merrill1-0/+1
2018-02-11PR c++/84036 - ICE with variadic capture.Jason Merrill1-13/+5
2018-02-08constexpr.c (cxx_eval_component_reference): Use INDIRECT_REF_P.Paolo Carlini1-1/+1
2018-02-01PR c++/84160 - ICE with nested variadic capture.Jason Merrill1-6/+26
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-29re PR c++/82293 (ICE in nonlambda_method_basetype at gcc/cp/lambda.c:886)Paolo Carlini1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-1/+0
2017-11-20[PR c++/82878] pass-by-invisiref in lambdaNathan Sidwell1-1/+0
2017-11-15[PR c++/81574] lambda capture of function referenceNathan Sidwell1-1/+2
2017-11-13Capture adjustments for P0588R1.Jason Merrill1-115/+0
2017-11-13Defer folding of *&.Jason Merrill1-6/+3
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell1-7/+4
2017-10-10More delayed lambda capture fixes.Jason Merrill1-1/+129
2017-10-06re PR c++/47791 (finish function is using literal value instead of a #defined...Paolo Carlini1-3/+3
2017-09-28Use local_specializations to find capture proxies.Jason Merrill1-5/+31
2017-09-28Small lambda fixes.Jason Merrill1-1/+4
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-08-29PR c++/81236 - ICE with template-id in generic lambdaJason Merrill1-1/+5
2017-08-29Reimplement handling of lambdas in templates.Jason Merrill1-0/+83
2017-08-29Remove unnecessary LAMBDA_EXPR fields.Jason Merrill1-1/+0
2017-08-29Various small fixes.Jason Merrill1-1/+1
2017-07-26re PR c++/71570 (ICE on invalid variable capture in cxx_incomplete_type_diagn...Paolo Carlini1-1/+4
2017-06-30config-lang.in (gtfiles): Add cp/lex.c.Nathan Sidwell1-1/+1
2017-06-16PR c++/80465 - ICE with generic lambda with noexcept-specifier.Jason Merrill1-4/+5
2017-06-16cp-tree.h (build_this_parm, [...]): Add FN parm.Nathan Sidwell1-1/+2
2017-06-13Implement no_sanitize function attributeMartin Liska1-3/+1
2017-05-19c-format.c (locus): Move out of function scope, add GTY attribute.Bernd Edlinger1-1/+5
2017-05-16cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators.Nathan Sidwell1-12/+9
2017-05-11cp-tree.h (pushdecl, [...]): Move declarations to ...Nathan Sidwell1-2/+2
2017-05-10cp-tree.h (add_method, [...]): Change last arg to bool.Nathan Sidwell1-2/+2
2017-05-08name-lookup.h (pushdecl_with_scope): Replace with ...Nathan Sidwell1-13/+2
2017-01-31re PR c++/79264 (ICE verify_type failed)Nathan Sidwell1-6/+14
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-1/+1
2017-01-17re PR c++/61636 (generic lambda: segfault / "cannot call member function with...Nathan Sidwell1-13/+48
2017-01-04re PR c++/66735 ([C++14] lambda init-capture fails for const references)Nathan Sidwell1-11/+31