]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/lambda.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / lambda.c
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-01  Martin LiskaMake __PRETTY_FUNCTION__-like functions mergeable strin...
2018-09-05  Pádraig Brady[PR c++/87185] ICE in prune-lambdas
2018-08-13  Marek PolacekP0806R2 - Deprecate implicit capture of this via [=]
2018-07-25  Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_{ABI_TAG,ALIGN...
2018-06-15  Jason MerrillPR c++/82882 - ICE with lambda in template default...
2018-06-02  Jason MerrillPR c++/85764 - bogus 'this' not captured error.
2018-05-24  Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-14  Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-10  Jason Merrill* lambda.c (lambda_expr_this_capture): Improve logic.
2018-04-09  Jason MerrillPR c++/85256 - ICE capturing pointer to VLA.
2018-03-19  Nathan Sidwell[PR c++/84835] ICE with generic lambda in extern "C"
2018-03-12  Jason MerrillPR c++/84802 - ICE capturing uninstantiated class.
2018-03-09  Jason MerrillPR c++/84726 - unnecessary capture of constant vars.
2018-03-07  Jason Merrilllambda.c (is_capture_proxy_with_ref): Remove.
2018-03-05  Jason MerrillPR c++/84708 - ICE with lambda in local class NSDMI.
2018-02-27  Jason MerrillPR c++/84520 - ICE with generic lambda in NSDMI.
2018-02-26  Paolo Carlinilambda.c (build_capture_proxy): Define static.
2018-02-20  Jason MerrillPR c++/84429 - ICE capturing VLA.
2018-02-16  Jason MerrillPR c++/84420 - ICE with structured binding in lambda.
2018-02-12  Jason MerrillPR c++/84036 - ICE with variadic capture.
2018-02-08  Paolo Carliniconstexpr.c (cxx_eval_component_reference): Use INDIREC...
2018-02-02  Jason MerrillPR c++/84160 - ICE with nested variadic capture.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-29  Paolo Carlinire PR c++/82293 (ICE in nonlambda_method_basetype at...
2017-11-28  Julia KovalRemove Cilk Plus support.
2017-11-20  Nathan Sidwell[PR c++/82878] pass-by-invisiref in lambda
2017-11-15  Nathan Sidwell[PR c++/81574] lambda capture of function reference
2017-11-13  Jason MerrillCapture adjustments for P0588R1.
2017-11-13  Jason MerrillDefer folding of *&.
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [1/N]
2017-10-10  Jason MerrillMore delayed lambda capture fixes.
2017-10-06  Paolo Carlinire PR c++/47791 (finish function is using literal value...
2017-09-28  Jason MerrillUse local_specializations to find capture proxies.
2017-09-28  Jason MerrillSmall lambda fixes.
2017-09-15  Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-08-29  Jason MerrillPR c++/81236 - ICE with template-id in generic lambda
2017-08-29  Jason MerrillReimplement handling of lambdas in templates.
2017-08-29  Jason MerrillRemove unnecessary LAMBDA_EXPR fields.
2017-08-29  Jason MerrillVarious small fixes.
2017-07-26  Paolo Carlinire PR c++/71570 (ICE on invalid variable capture in...
2017-06-30  Nathan Sidwellconfig-lang.in (gtfiles): Add cp/lex.c.
2017-06-17  Jason MerrillPR c++/80465 - ICE with generic lambda with noexcept...
2017-06-16  Nathan Sidwellcp-tree.h (build_this_parm, [...]): Add FN parm.
2017-06-13  Martin LiskaImplement no_sanitize function attribute
2017-05-19  Bernd Edlingerc-format.c (locus): Move out of function scope, add...
2017-05-16  Nathan Sidwellcp-tree.h (class ovl_iterator, [...]): New OVERLOAD...
2017-05-11  Nathan Sidwellcp-tree.h (pushdecl, [...]): Move declarations to ...
2017-05-10  Nathan Sidwellcp-tree.h (add_method, [...]): Change last arg to bool.
2017-05-08  Nathan Sidwellname-lookup.h (pushdecl_with_scope): Replace with ...
2017-01-31  Nathan Sidwellre PR c++/79264 (ICE verify_type failed)
2017-01-31  Alexandre OlivaIntroduce C++ support in libcc1
2017-01-17  Nathan Sidwellre PR c++/61636 (generic lambda: segfault / "cannot...
2017-01-04  Nathan Sidwellre PR c++/66735 ([C++14] lambda init-capture fails...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-07  Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-07  Martin LiskaFix profiled bootstrap (part 2)
2016-09-27  Jakub JelinekImplement P0018R3, C++17 lambda capture of *this by...
2016-08-09  Jason MerrillImplement C++17 constexpr lambda.
2016-08-04  Paolo Carlinire PR c++/72800 (ICE on invalid C++14 code with initial...
2016-08-04  Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-25  Jason MerrillPR c++/71837 - pack expansion in init-capture
2016-07-08  Jason MerrillUse lvalue_p instead of real_lvalue_p.
2016-07-08  Jason Merrill* lambda.c (maybe_add_lambda_conv_op): Fix null object...
2016-05-29  Paolo Carlinire PR c++/71105 (lambdas with default captures improper...
2016-04-27  Ryan Burnre PR c++/69024 ([cilkpus] cilk_spawn is broken for...
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-02-25  Jason Merrillre PR c++/69842 (Parameter deduction in polymorphic...
2016-02-17  Jason Merrillre PR c++/69842 (Parameter deduction in polymorphic...
2016-01-22  Jason Merrillre PR c++/69392 (G++ can't capture 'this' pointer to...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-20  Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-11-25  Jason Merrilllambda.c (maybe_add_lambda_conv_op): Only set no_saniti...
2015-11-25  Jason Merrillre PR sanitizer/67941 (calls on function pointer from...
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-26  Christian Bruelfunction.h (MINIMUM_METHOD_BOUNDARY): New macro.
2015-10-12  Ville Voutilainenre PR c++/58566 ([c++11] ICE with invalid expression...
2015-10-04  Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-08-20  Jason Merrill* lambda.c (current_nonlambda_scope): New.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-04-15  Jason Merrillre PR c++/65727 (Segfault With Decltype In Lambda Expre...
2015-04-03  Paolo Carlinire PR c++/64085 (ICE on C++14 lambda by-reference captu...
2015-01-27  Jason Merrillre PR c++/58597 (ICE with lambda in default argument...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-12  Jason Merrillre PR c++/61402 (-Wsequence-point doesn't notice unsequ...
2014-12-12  Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-20  Jason Merrillre PR c++/63601 (Segfault on usage of 'this' in unevalu...
2014-09-22  Jason Merrillre PR c++/63320 (bogus ‘this’ was not captured for...
2014-08-23  Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-15  Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-05-22  Paolo Carlinire PR c++/61088 (segfault with array of lambdas initial...
2014-05-21  Ville Voutilainenre PR c++/61133 (g++ doesn't implement DR1760)
next