Age | Commit message (Expand) | Author | Files | Lines |
2017-07-21 | Remove special CDtor METHOD_VEC slots. | Nathan Sidwell | 1 | -36/+25 |
2017-07-21 | Remove TYPE_METHODS. | Nathan Sidwell | 1 | -82/+94 |
2017-07-19 | class.c (add_implicitly_declared_members): Use classtype_has_move_assign_or_m... | Nathan Sidwell | 1 | -30/+15 |
2017-07-18 | class.c (classtype_has_move_assign_or_move_ctor): Declare. | Nathan Sidwell | 1 | -27/+9 |
2017-07-17 | class.c (maybe_warn_about_overly_private_class): Ignore public copy ctors. | Nathan Sidwell | 1 | -9/+15 |
2017-07-17 | class.c (type_has_user_declared_move_constructor, [...]): Combine into ... | Nathan Sidwell | 1 | -33/+15 |
2017-06-30 | cp-tree.h (lookup_fnfields_1, [...]): Don't declare. | Nathan Sidwell | 1 | -16/+12 |
2017-06-29 | class.c (add_method): Change pair of errors to error + inform. | Paolo Carlini | 1 | -11/+19 |
2017-06-29 | call.c (check_dtor_name): Use constructor_name for enums too. | Nathan Sidwell | 1 | -3/+2 |
2017-06-29 | class.c (finish_struct): Use OVL_P. | Nathan Sidwell | 1 | -6/+5 |
2017-06-29 | Whitespace cleanups. | Nathan Sidwell | 1 | -2/+1 |
2017-06-27 | cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ... | Nathan Sidwell | 1 | -32/+15 |
2017-06-16 | class.c (resort_type_method_vec): Avoid potential unsigned overflow. | Nathan Sidwell | 1 | -17/+17 |
2017-06-16 | Don't defer noexcept_deferred_spec. | Nathan Sidwell | 1 | -4/+2 |
2017-06-16 | Make keyed_classes a vector. | Nathan Sidwell | 1 | -2/+2 |
2017-06-13 | Implement no_sanitize function attribute | Martin Liska | 1 | -1/+3 |
2017-06-09 | builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New. | Jan Hubicka | 1 | -1/+1 |
2017-06-07 | class.c (layout_class_type): Restructure overlong-bitfield tpe search. | Nathan Sidwell | 1 | -31/+29 |
2017-06-02 | Remove lang_type_ptrmem. | Nathan Sidwell | 1 | -1/+1 |
2017-05-25 | PR c++/80605 - __is_standard_layout and zero-length array | Jason Merrill | 1 | -2/+2 |
2017-05-19 | c-format.c (locus): Move out of function scope, add GTY attribute. | Bernd Edlinger | 1 | -2/+1 |
2017-05-19 | toplev.c (general_init): Call register dump lang hook. | Nathan Sidwell | 1 | -5/+11 |
2017-05-17 | cp-tree.h (ovl_iterator::using_p): New predicate. | Nathan Sidwell | 1 | -42/+24 |
2017-05-17 | class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator. | Nathan Sidwell | 1 | -41/+30 |
2017-05-17 | Introduce dump_flags_t type and use it instead of int type. | Martin Liska | 1 | -7/+7 |
2017-05-16 | call.c (build_user_type_conversion_1): Use OVL_FIRST. | Nathan Sidwell | 1 | -85/+64 |
2017-05-10 | class.c (handle_using_decl): Always use OVL_CURRENT. | Nathan Sidwell | 1 | -32/+21 |
2017-05-10 | cp-tree.h (add_method, [...]): Change last arg to bool. | Nathan Sidwell | 1 | -34/+31 |
2017-05-09 | * class.c (check_bases): Ignore empty bases. | Jason Merrill | 1 | -1/+3 |
2017-05-09 | PR c++/70979 - literal class and closure types | Jason Merrill | 1 | -1/+7 |
2017-05-09 | PR c++/66297, DR 1684 - literal class and constexpr member fns | Jason Merrill | 1 | -7/+8 |
2017-05-08 | class.c (build_vtbl_initializer): Don't shadow outer variable with static var. | Nathan Sidwell | 1 | -6/+8 |
2017-05-05 | cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value. | Nathan Sidwell | 1 | -5/+12 |
2017-05-05 | class.c (alter_class): Use retrofit_lang_decl directly. | Nathan Sidwell | 1 | -2/+1 |
2017-04-17 | 017-04-17 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -3/+5 |
2017-04-03 | Fix numerous typos in comments | Jonathan Wakely | 1 | -1/+1 |
2017-02-20 | PR c++/79606 - ICE with this->base_member in NSDMI | Jason Merrill | 1 | -0/+1 |
2017-02-15 | PR c++/79464 - ICE in IPA with omitted constructor parms | Jason Merrill | 1 | -4/+25 |
2017-02-03 | PR c++/78689 - ICE on constructor with label | Jason Merrill | 1 | -1/+1 |
2017-01-31 | Introduce C++ support in libcc1 | Alexandre Oliva | 1 | -5/+5 |
2017-01-27 | PR c++/78771 - ICE with inherited constructor. | Jason Merrill | 1 | -2/+0 |
2017-01-05 | re PR c++/78890 (ICE on invalid reference type in union) | Jakub Jelinek | 1 | -7/+9 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-18 | Add SET_DECL_MODE | Richard Sandiford | 1 | -4/+4 |
2016-11-07 | Implement P0012R1, Make exception specifications part of the type system. | Jason Merrill | 1 | -2/+12 |
2016-11-01 | Implement P0136R1, Rewording inheriting constructors. | Jason Merrill | 1 | -15/+64 |
2016-11-01 | * class.c (declared_access): Split out from handle_using_decl. | Jason Merrill | 1 | -4/+11 |
2016-10-27 | * class.c (add_method): Allow using-declarations to coexist. | Jason Merrill | 1 | -0/+5 |
2016-10-14 | Implement P0017R1, C++17 aggregates with bases. | Jason Merrill | 1 | -29/+46 |
2016-10-13 | PR c++/71912 - [6/7 regression] flexible array in struct in union rejected | Martin Sebor | 1 | -69/+224 |