name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
[gcc.git] / gcc / cp / class.c
2017-09-06 Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-09-05 Nathan Sidwellclass.c (add_method): Move slot search and insertion...
2017-09-05 Nathan Sidwellclass.c (unreverse_member_declarations): Remove extrane...
2017-09-01 Nathan Sidwellcp-tree.h (resort_type_method_vec): Move declaration...
2017-09-01 Nathan Sidwellclass.c (finish_struct): Call set_class_bindings for...
2017-09-01 Nathan Sidwellclass.c (finish_struct_methods): Done clear DECL_IN_AGG...
2017-08-29 Jason MerrillReimplement handling of lambdas in templates.
2017-08-28 Nathan Sidwellcp-tree.h (insert_late_enum_def_into_classtype_sorted_f...
2017-08-25 Nathan Sidwellclass.c (method_name_cmp, [...]): Method names can...
2017-08-25 Nathan SidwellConversion operators have a special name
2017-08-24 Nathan SidwellConversion operators kept on single overload set
2017-08-23 Nathan Sidwellcp-tree.h (maybe_version_functions): Declare.
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-07-21 Nathan SidwellRemove special CDtor METHOD_VEC slots.
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-07-19 Nathan Sidwellclass.c (add_implicitly_declared_members): Use classtyp...
2017-07-18 Nathan Sidwellclass.c (classtype_has_move_assign_or_move_ctor): Declare.
2017-07-17 Nathan Sidwellclass.c (maybe_warn_about_overly_private_class): Ignore...
2017-07-17 Nathan Sidwellclass.c (type_has_user_declared_move_constructor, ...
2017-06-30 Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-29 Paolo Carliniclass.c (add_method): Change pair of errors to error...
2017-06-29 Nathan Sidwellcall.c (check_dtor_name): Use constructor_name for...
2017-06-29 Nathan Sidwellclass.c (finish_struct): Use OVL_P.
2017-06-29 Nathan SidwellWhitespace cleanups.
2017-06-27 Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-16 Nathan Sidwellclass.c (resort_type_method_vec): Avoid potential unsig...
2017-06-16 Nathan SidwellDon't defer noexcept_deferred_spec.
2017-06-16 Nathan SidwellMake keyed_classes a vector.
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-06-09 Jan Hubickabuiltin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST...
2017-06-07 Nathan Sidwellclass.c (layout_class_type): Restructure overlong-bitfi...
2017-06-02 Nathan SidwellRemove lang_type_ptrmem.
2017-05-25 Jason MerrillPR c++/80605 - __is_standard_layout and zero-length...
2017-05-19 Bernd Edlingerc-format.c (locus): Move out of function scope, add...
2017-05-19 Nathan Sidwelltoplev.c (general_init): Call register dump lang hook.
2017-05-17 Nathan Sidwellcp-tree.h (ovl_iterator::using_p): New predicate.
2017-05-17 Nathan Sidwellclass.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.
2017-05-17 Martin LiskaIntroduce dump_flags_t type and use it instead of int...
2017-05-16 Nathan Sidwellcall.c (build_user_type_conversion_1): Use OVL_FIRST.
2017-05-10 Nathan Sidwellclass.c (handle_using_decl): Always use OVL_CURRENT.
2017-05-10 Nathan Sidwellcp-tree.h (add_method, [...]): Change last arg to bool.
2017-05-09 Jason Merrill* class.c (check_bases): Ignore empty bases.
2017-05-09 Jason MerrillPR c++/70979 - literal class and closure types
2017-05-09 Jason MerrillPR c++/66297, DR 1684 - literal class and constexpr...
2017-05-08 Nathan Sidwellclass.c (build_vtbl_initializer): Don't shadow outer...
2017-05-05 Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-05-05 Nathan Sidwellclass.c (alter_class): Use retrofit_lang_decl directly.
2017-04-17 Bernd Edlinger017-04-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-02-20 Jason MerrillPR c++/79606 - ICE with this->base_member in NSDMI
2017-02-15 Jason MerrillPR c++/79464 - ICE in IPA with omitted constructor...
2017-02-03 Jason MerrillPR c++/78689 - ICE on constructor with label
2017-01-31 Alexandre OlivaIntroduce C++ support in libcc1
2017-01-27 Jason MerrillPR c++/78771 - ICE with inherited constructor.
2017-01-05 Jakub Jelinekre PR c++/78890 (ICE on invalid reference type in union)
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-18 Richard SandifordAdd SET_DECL_MODE
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-11-01 Jason Merrill* class.c (declared_access): Split out from handle_usin...
2016-10-27 Jason Merrill* class.c (add_method): Allow using-declarations to...
2016-10-14 Jason MerrillImplement P0017R1, C++17 aggregates with bases.
2016-10-13 Martin SeborPR c++/71912 - [6/7 regression] flexible array in struc...
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-22 Paolo Carlinire PR c++/71979 (ICE with on C++ code with incorrect...
2016-09-16 Jakub Jelinekre PR c++/77375 (constant object with mutable subobject...
2016-09-16 Jason MerrillAdd inline functions for various bitwise operations.
2016-09-12 Bernd Edlingerre PR c++/77496 (ICE in instantiate_type, at cp/class...
2016-08-26 Jason MerrillAvoid calling a trivial default constructor.
2016-08-26 Jason MerrillPR c++/57728 - explicit instantiation and defaulted...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-09 Jason MerrillPR c++/71712 - ABI tags on conversion ops.
2016-08-09 Jason MerrillAdjust mangling of ABI tags on class template member...
2016-08-09 Jason MerrillPR c++/72849 - ICE with incomplete class.
2016-08-09 Jason MerrillImplement C++17 constexpr lambda.
2016-08-09 Jason MerrillFix empty class parameters with constexpr.
2016-08-04 Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-24 Jason MerrillPR c++/70709 - zero-length array member
2016-07-08 Jason MerrillUse lvalue_p instead of real_lvalue_p.
2016-04-30 Paolo Carlinire PR c++/66644 (Rejects C++11 in-class anonymous union...
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-18 Jason Merrillre PR c++/70690 (r235002 miscompiles tcmalloc)
2016-04-15 Jason Merrillre PR c++/70528 (bogus error: constructor required...
2016-04-12 Jason Merrillclass.c (is_really_empty_class): A zero-length array...
2016-04-06 Jason Merrill* class.c (check_abi_tags): Fix function template handling.
2016-04-05 Nathan Sidwellre PR c++/70512 (ICE on valid code on x86_64-linux...
2016-03-18 Jason MerrillPR c++/70147 - handle primary virtual bases
2016-03-18 Jason Merrillclass.c (build_if_in_charge): Split out from build_base...
2016-02-24 Jakub Jelinekre PR c++/69922 (Bogus -Wnonnull-compare for: ... ...
2016-02-04 Jakub Jelinekclass.c (find_flexarrays): Don't declare dom variable.
2016-02-04 Martin SeborPR c++/69251 - [6 Regression] ICE in unify_array_domain...
2016-01-28 Jason Merrillre PR c++/67407 (ice in friend_accessible_p)
2016-01-09 Jakub Jelinekre PR tree-optimization/69164 (ICE in create_tmp_var...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-15 Martin Seborstruct-layout-1_generate.c: Avoid generating further...
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-28 Jason MerrillDR 1518
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
next