aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lambda.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-0/+3
2016-10-07Fix profiled bootstrap (part 2)Martin Liska1-1/+1
2016-09-27Implement P0018R3, C++17 lambda capture of *this by value as [=,*this]Jakub Jelinek1-4/+19
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