c++: Return only in-scope tparms in keep_template_parm [PR95310]
[gcc.git] / gcc / cp / method.c
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.
2017-06-16 Nathan Sidwellcp-tree.h (build_this_parm, [...]): Add FN parm.
2017-06-16 Nathan SidwellDon't defer noexcept_deferred_spec.
2017-06-01 Ville Voutilainenre PR c++/80812 (ICE: in build_value_init_noctor, at...
2017-05-19 Nathan Sidwellcall.c (add_list_candidates): Use OVL_FIRST.
2017-05-17 Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-16 Nathan Sidwellcp-tree.h (class ovl_iterator, [...]): New OVERLOAD...
2017-05-16 Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-11 Nathan Sidwellcp-tree.h (pushdecl, [...]): Move declarations to ...
2017-05-11 Ville Voutilainenre PR c++/80682 (__is_trivially_constructible(void...
2017-05-10 Nathan Sidwellcp-tree.h (add_method, [...]): Change last arg to bool.
2017-03-14 Nathan SidwellPR c++/79393 DR 1658 workaround
2017-03-13 Nathan SidwellPR c++/79393 DR 1658 workaround
2017-03-04 Jason MerrillCore issues 2273 and 2277
2017-02-15 Jason MerrillPR c++/79464 - ICE in IPA with omitted constructor...
2017-02-07 Nathan Sidwellmethod.c (synthesized_method_base_walk): New.
2017-01-31 Alexandre OlivaIntroduce C++ support in libcc1
2017-01-27 Jason MerrillPR c++/78771 - ICE with inherited constructor.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Jason MerrillPR c++/78767 - ICE with inherited constructor default...
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
next