summaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/83956 - wrong dtor error with anonymous unionjason2018-01-261-1/+10
* [C++ PATCH] kill unused enumnathan2018-01-111-16/+0
* [PR c++/83667] Fix tree_dump ICEnathan2018-01-031-1/+1
* Update copyright years.jakub2018-01-031-1/+1
* Add quotes for constexpr keyword.marxin2017-11-211-3/+3
* [C++ PATCH] overloaded operator fns [6/N]nathan2017-11-011-1/+1
* [C++ PATCH] overloaded operator fns [2/N]nathan2017-10-311-4/+4
* [C++ PATCH] overloaded operator fns [1/N]nathan2017-10-311-5/+6
* 2017-10-06 Paolo Carlini <paolo.carlini@oracle>paolo2017-10-061-1/+1
* /cppaolo2017-09-301-3/+5
* * name-lookup.h (lookup_fnfields_slot_nolazy,nathan2017-09-061-1/+1
* Fix lambdas in template default argument of inherited ctor.jason2017-08-291-15/+27
* PR c++/81359 - Unparsed NSDMI error from SFINAE context.jason2017-08-101-4/+10
* PR c++/81359 - Unparsed NSDMI error from SFINAE context.jason2017-08-091-6/+14
* PR c++/67054 - Inherited ctor with non-default-constructible membersjason2017-07-261-1/+1
* gcc/nathan2017-07-211-6/+13
* * class.c (add_implicitly_declared_members): Usenathan2017-07-191-3/+3
* * class.c (type_has_user_declared_move_constructor,nathan2017-07-171-8/+4
* * cp-tree.h (DECL_CONSTRUCTOR_P, DECL_MAYBE_IN_CHARGE_CONSTRUCTOR,nathan2017-07-121-6/+6
* * call.c (build_new_method_call_1): Use constructo_name to getnathan2017-06-301-9/+10
* Whitespace cleanups.nathan2017-06-291-3/+2
* gcc/cp/nathan2017-06-261-4/+1
* PR c++/70844 - -Wuseless-cast and inheriting constructor.jason2017-06-181-0/+1
* gcc/cp/nathan2017-06-161-4/+3
* Don't defer noexcept_deferred_spec.nathan2017-06-161-1/+1
* PR c++/80812ville2017-06-011-1/+1
* * call.c (add_list_candidates): Use OVL_FIRST.nathan2017-05-191-1/+2
* Implement new C++ intrinsics __is_assignable and __is_constructible.ville2017-05-171-7/+35
* * cp-tree.h (class ovl_iterator, class lkp_iterator): New OVERLOADnathan2017-05-161-4/+4
* * cp-tree.h (OVL_FIRST, OVL_NAME): New.nathan2017-05-161-4/+2
* * cp-tree.h (pushdecl, pushdecl_maybe_friend, pushtag)nathan2017-05-111-1/+1
* PR c++/80682ville2017-05-111-0/+2
* gcc/cp/nathan2017-05-101-2/+2
* PR c++/79393 DR 1658 workaroundnathan2017-03-141-16/+18
* PR c++/79393 DR 1658 workaroundnathan2017-03-131-1/+17
* Core issues 2273 and 2277jason2017-03-041-1/+2
* PR c++/79464 - ICE in IPA with omitted constructor parmsjason2017-02-151-0/+3
* * method.c (synthesized_method_base_walk): New. Broken out of ...nathan2017-02-071-112/+99
* Introduce C++ support in libcc1aoliva2017-01-311-5/+5
* PR c++/78771 - ICE with inherited constructor.jason2017-01-271-3/+11
* Update copyright years.jakub2017-01-011-1/+1
* PR c++/78767 - ICE with inherited constructor default argumentjason2016-12-211-1/+5
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-42/+173
* cp/nathan2016-10-071-8/+12
* * doc/extend.texi (Java Exceptions): Remove.jakub2016-10-041-1/+1
* * init.c (expand_default_init): Fix } indentation.nathan2016-09-261-13/+5
* PR c++/77379 - ABI tag on thunkjason2016-08-291-1/+1
* PR c/7652mpolacek2016-08-121-0/+1
* * call.c (build_over_call): Check unsafe_copy_elision_p even forjason2016-07-221-7/+25
* /cppaolo2016-05-231-0/+2