]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/method.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / method.c
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-16  Patrick Palkac++: two-stage name lookup for overloaded operators...
2021-11-09  Marek Polacekc++: Skip unnamed bit-fields more
2021-10-06  Jakub Jelinekc++: defaulted <=> with bitfields [PR102490]
2021-09-30  Patrick Palkac++: __is_trivially_xible and multi-arg aggr paren...
2021-09-30  Patrick Palkac++: defaulted comparisons and vptr fields [PR95567]
2021-09-14  Jakub Jelinekc++: Fix __is_*constructible/assignable for templates...
2021-08-12  Jakub Jelinekc++: Fix ICE on defaulted spaceship with pointer return...
2021-06-25  Martin Seborcp: add support for per-location warning groups.
2021-05-19  Jason Merrillc++: ICE with <=> fallback [PR100367]
2021-05-07  Jason Merrillc++: avoid non-TARGET_EXPR class prvalues
2021-04-01  Marek Polacekc++: GC collects live data when synthesizing operator...
2021-03-26  Marek Polacekc++: ICE on invalid with NSDMI in C++98 [PR98352]
2021-03-25  Marek Polacekc++: ICE on invalid with inheriting constructors [PR94751]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-22  Jakub Jelinekc++: Handle array members in build_comparison_op [PR93480]
2020-12-08  Jason Merrillc++: Fix defaulted <=> fallback to < and == [PR96299]
2020-11-10  Strager NedsRefactor copying decl section names
2020-10-26  Ville Voutilainenc++: Implement __is_nothrow_constructible and __is_noth...
2020-10-02  Nathan Sidwellc++: cleanup ctor_omit_inherited_parms [PR97268]
2020-07-14  Nathan Sidwellc++: Comments & formatting
2020-06-30  Nathan Sidwellc++: Tweak function cloning names
2020-06-19  Jason Merrillc++: Allow defaulted comparison outside class.
2020-06-18  Jason Merrillc++: More P2002 operator<=> refinements.
2020-06-17  Jason Merrillc++: implicit operator== adjustments from P2002.
2020-05-14  Patrick Palkac++: Missing SFINAE with lookup_fnfields [PR78446]
2020-05-13  Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-06  Jakub Jelinekc++: Don't synthesize sfk_comparison method multiple...
2020-04-28  Jason Merrillc++: Redeclaration of implicit operator== [PR94583]
2020-04-10  Marek Polacekc++: make __is_constructible work with paren-init of...
2020-04-08  Marek Polacekc++: ICE with defaulted comparison operator [PR94478]
2020-03-23  Patrick Palkac++: Avoid a suspicious -Wnoexcept warning [PR93805]
2020-03-17  Ville Voutilainenc++: Fix access checks for __is_assignable and __is_con...
2020-03-04  Martin LiskaWrap array in ctor with braces.
2020-02-12  Jason Merrillc++: Fix implicit friend operator==.
2020-02-11  Jason Merrillc++: Fix static initialization from <=>.
2020-01-14  Jason MerrillPR c++/92590 - wrong handling of inherited default...
2020-01-14  Jason Merrill PR c++/92594 - ICE with inherited trivial default...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Jakub Jelinekre PR c++/92966 (Segfault on defaulted operator== with...
2019-12-20  Jakub Jelinekre PR c++/92973 (Silently accepting defaulted compariso...
2019-12-11  Jason MerrillPR c++/92774 - ICE with implicitly deleted operator<=>.
2019-12-09  Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-05  Marek PolacekPR c++/91353 - P1331R2: Allow trivial default init...
2019-11-17  Jakub Jelinekmethod.c (lookup_comparison_result): Use %qD instead...
2019-11-12  Jason MerrillImplement P1946R0, Allow defaulting comparisons by...
2019-11-07  Jason MerrillImplement D1959R0, remove weak_equality and strong_equa...
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-11-01  Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-10-23  Jason MerrillImplement P1286R2, Contra CWG1778
2019-10-11  Jason MerrillPreserve the location of explicitly defaulted functions.
2019-10-05  Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-05-20  Jonathan WakelyPR c++/90532 Ensure __is_constructible(T[]) is false
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13  Jason MerrillUse releasing_vec more broadly.
2019-05-08  Nathan Sidwell[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
2019-04-29  Nathan Sidwell[C++ PATCH] some cleanups
2019-04-08  Paolo Carlinire PR c++/89914 (ICE in nothrow_spec_p, at cp/except...
2019-03-21  Paolo Carlinire PR c++/89571 (ICE in nothrow_spec_p, at cp/except...
2019-02-27  Paolo Carlinire PR c++/89488 (ICE in merge_exception_specifiers...
2019-02-20  Jason MerrillPR c++/88368 - wrong 'use of deleted function'
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-19  Alexandre Oliva[PR c++/88146] do not crash synthesizing inherited...
2018-12-06  Jason MerrillPR c++/88136 - -Wdeprecated-copy false positives
2018-11-21  Jakub Jelinekre PR c++/88122 (g++ ICE: internal compiler error:...
2018-11-15  Nathan Sidwell[C++ DR 2336] virtual dtors, exception specs & abstract...
2018-11-15  Nathan Sidwell[C++ DR 2336] Clean up synth walkers first
2018-09-28  Eric Botcazoucalls.c (expand_call): Try to do a tail call for thunks...
2018-09-24  Paolo Carlinire PR c++/85070 (ICE on C++ code: in lazily_declare_fn...
2018-09-12  Ville Voutilainenre PR c++/87093 (is_constructible (__is_constructible...
2018-07-04  Ville Voutilainenre PR c++/86398 (is_trivially_constructible always...
2018-06-14  Jakub JelinekP0624R2 - Default constructible and assignable stateles...
2018-05-18  Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-15  Paolo Carlinicp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.
2018-05-14  Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-03-27  Paolo Carlinire PR c++/85067 (ICE with volatile parameter in default...
2018-03-16  Jakub Jelinekre PR c/84910 (typo: "%qs follows inline declaration ")
2018-01-26  Jason MerrillPR c++/83956 - wrong dtor error with anonymous union
2018-01-11  Nathan Sidwell[C++ PATCH] kill unused enum
2018-01-03  Nathan Sidwell[PR c++/83667] Fix tree_dump ICE
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-21  Martin LiskaAdd quotes for constexpr keyword.
2017-11-01  Nathan Sidwell[C++ PATCH] overloaded operator fns [6/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-31  Nathan Sidwell[C++ PATCH] overloaded operator fns [1/N]
2017-10-06  Paolo Carlinire PR c++/47791 (finish function is using literal value...
2017-09-30  Paolo Carlinire PR c++/68754 (Explicitly defaulted constexpr assignm...
2017-09-06  Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-08-29  Jason MerrillFix lambdas in template default argument of inherited...
2017-08-10  Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-09  Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-07-26  Leonid KoppelPR c++/67054 - Inherited ctor with non-default-construc...
2017-07-21  Nathan SidwellRemove TYPE_METHODS.
2017-07-19  Nathan Sidwellclass.c (add_implicitly_declared_members): Use classtyp...
2017-07-17  Nathan Sidwellclass.c (type_has_user_declared_move_constructor, ...
2017-07-12  Nathan Sidwellcp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifi...
2017-06-30  Nathan Sidwellcall.c (build_new_method_call_1): Use constructo_name...
2017-06-29  Nathan SidwellWhitespace cleanups.
2017-06-26  Nathan Sidwellcp-tree.h (lang_decl_fn): Remove assignment_operator_p...
2017-06-18  Jason MerrillPR c++/70844 - -Wuseless-cast and inheriting constructor.
next