aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-11PR c++/92774 - ICE with implicitly deleted operator<=>.Jason Merrill1-12/+21
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini1-3/+6
2019-12-05PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.Marek Polacek1-4/+6
2019-11-17method.c (lookup_comparison_result): Use %qD instead of %<%T::%D%> to print t...Jakub Jelinek1-2/+2
2019-11-11Implement P1946R0, Allow defaulting comparisons by value.Jason Merrill1-17/+33
2019-11-07Implement D1959R0, remove weak_equality and strong_equality.Jason Merrill1-41/+6
2019-11-05Implement C++20 operator<=>.Jason Merrill1-22/+713
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek1-2/+3
2019-10-23Implement P1286R2, Contra CWG1778Jason Merrill1-63/+6
2019-10-11Preserve the location of explicitly defaulted functions.Jason Merrill1-3/+4
2019-10-05PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek1-32/+37
2019-05-20PR c++/90532 Ensure __is_constructible(T[]) is falseJonathan Wakely1-0/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-6/+6
2019-05-13Use releasing_vec more broadly.Jason Merrill1-6/+2
2019-05-08[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATANathan Sidwell1-2/+2
2019-04-29[C++ PATCH] some cleanupsNathan Sidwell1-4/+3
2019-04-08re PR c++/89914 (ICE in nothrow_spec_p, at cp/except.c:1238)Paolo Carlini1-1/+8
2019-03-21re PR c++/89571 (ICE in nothrow_spec_p, at cp/except.c:1238)Paolo Carlini1-0/+3
2019-02-27re PR c++/89488 (ICE in merge_exception_specifiers, at cp/typeck2.c:2395)Paolo Carlini1-3/+7
2019-02-19PR c++/88368 - wrong 'use of deleted function'Jason Merrill1-1/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19[PR c++/88146] do not crash synthesizing inherited ctor(...)Alexandre Oliva1-43/+46
2018-12-06PR c++/88136 - -Wdeprecated-copy false positivesJason Merrill1-1/+1
2018-11-21re PR c++/88122 (g++ ICE: internal compiler error: Segmentation fault)Jakub Jelinek1-2/+6
2018-11-15[C++ DR 2336] virtual dtors, exception specs & abstract classesNathan Sidwell1-12/+14
2018-11-15[C++ DR 2336] Clean up synth walkers firstNathan Sidwell1-85/+56
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou1-1/+1
2018-09-24re PR c++/85070 (ICE on C++ code: in lazily_declare_fn, at cp/method.c:2409)Paolo Carlini1-1/+1
2018-09-13re PR c++/87093 (is_constructible (__is_constructible() instrinsic) explicitl...Ville Voutilainen1-1/+1
2018-07-04re PR c++/86398 (is_trivially_constructible always returns true even when is_...Ville Voutilainen1-1/+1
2018-06-14P0624R2 - Default constructible and assignable stateless lambdasJakub Jelinek1-3/+8
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-2/+13
2018-05-15cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.Paolo Carlini1-2/+1
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-10/+10
2018-03-27re PR c++/85067 (ICE with volatile parameter in defaulted copy-constructor)Paolo Carlini1-1/+0
2018-03-16re PR c/84910 (typo: "%qs follows inline declaration ")Jakub Jelinek1-1/+1
2018-01-26PR c++/83956 - wrong dtor error with anonymous unionJason Merrill1-1/+10
2018-01-11[C++ PATCH] kill unused enumNathan Sidwell1-16/+0
2018-01-03[PR c++/83667] Fix tree_dump ICENathan Sidwell1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-21Add quotes for constexpr keyword.Martin Liska1-3/+3
2017-11-01[C++ PATCH] overloaded operator fns [6/N]Nathan Sidwell1-1/+1
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell1-4/+4
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell1-5/+6
2017-10-06re PR c++/47791 (finish function is using literal value instead of a #defined...Paolo Carlini1-1/+1
2017-09-30re PR c++/68754 (Explicitly defaulted constexpr assignment operator fails to ...Paolo Carlini1-3/+5
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-1/+1
2017-08-29Fix lambdas in template default argument of inherited ctor.Jason Merrill1-15/+27
2017-08-10PR c++/81359 - Unparsed NSDMI error from SFINAE context.Jason Merrill1-4/+10
2017-08-09PR c++/81359 - Unparsed NSDMI error from SFINAE context.Jason Merrill1-6/+14