c++: Yet more name-lookup api simplification
[gcc.git] / gcc / cp / init.c
2020-08-14 Jason Merrillc++: Copy elision and [[no_unique_address]]. [PR93711]
2020-08-04 Patrick Palkac++: Member initializer list diagnostic locations ...
2020-07-31 Patrick Palkac++: decl_constant_value and unsharing [PR96197]
2020-05-14 Patrick Palkac++: Missing SFINAE with lookup_fnfields [PR78446]
2020-05-13 Patrick Palkac++: SFINAE for invalid delete-expression [PR79706]
2020-05-13 Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-07 Marek Polacekc++: Fix spelling of non-static
2020-05-01 Jason Merrillc++: Local class DMI using local static [PR90479]
2020-04-06 Marek Polacekc++: Fix crash in gimplifier with paren init of aggrega...
2020-03-04 Jason Merrillc++: Fix [[no_unique_address]] and default mem-init...
2020-02-26 Marek Polacekc++: Fix value-init crash in template [PR93676]
2020-02-10 Jason Merrillc++: Fix flexible array with synthesized constructor.
2020-02-04 Jason Merrillc++: Fix ({ ... }) array mem-initializer.
2020-01-16 Jason MerrillPR c++/93280 - ICE with aggregate assignment and DMI.
2020-01-07 Paolo Carliniinit.c (build_new): Add location_t parameter and use...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-30 Paolo Carlinidecl2.c (delete_sanity): Add location_t parameter and...
2019-12-11 Marek PolacekPR c++/92878 - Parenthesized init of aggregates in...
2019-12-11 Jason MerrillPR c++/57082 - new X{} and private destructor.
2019-12-06 Richard Sandiford[C++] Pass type uses through the verify_type_context...
2019-11-22 Jakub Jelinekre PR c++/92458 (Constraints do not work with precompil...
2019-11-07 Jakub Jelinekipa-utils.c (ipa_merge_profiles): Fix fprintf format...
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-11-01 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-05 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-02 Paolo Carliniinit.c (build_new): Use cp_expr_loc_or_input_loc in...
2019-10-02 Jason MerrillAdd some hash_map_safe_* functions like vec_safe_*.
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-06-23 Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-11 Jakub Jelinekre PR c++/90810 (Different intrinsics behavior on G...
2019-05-23 Jonathan WakelyRemove resolved TODO comment
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-03-06 Jakub Jelinekre PR c++/87148 (backward compatibility issue to take...
2019-03-05 Jason Merrillre PR c++/86485 ("anonymous" maybe-uninitialized false...
2019-02-11 Martin SeborPR c++/87996 - size of array is negative error when...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-14 Jakub Jelinekre PR c++/82294 (Array of objects with constexpr constr...
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-11-13 Jason Merrillcp-tree.h (struct cp_evaluated): New.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-07-07 Aldy Hernandeztree-vrp.c (vrp_int_const_binop): Change overflow type...
2018-06-22 Jason MerrillPR c++/86219 - ICE with erroneous initializer in template.
2018-06-20 Nathan Sidwell[PR c++/85634] Fix tsubst ICE
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-05-30 Jason MerrillPR c++/85807 - ICE with call in template NSDMI.
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
2018-05-29 Marek Polacekre PR c++/85883 (class template argument deduction...
2018-05-29 Jakub Jelinekre PR c++/85952 (Bogus -Wunused-but-set-variable warnin...
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-24 Marek Polacekre PR c++/85847 (unexpected expression of kind template...
2018-05-18 Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-05-03 Jason MerrillPR c++/85600 - virtual delete failure.
2018-04-30 Jason MerrillPR c++/61982 - dead stores to destroyed objects.
2018-04-30 Jason Merrillinit.c (build_dtor_call): Use build_special_member_call.
2018-04-27 Jakub Jelinekre PR c++/85553 (cannot list-initialize a variable...
2018-04-10 Paolo Carlinire PR c++/70808 (Spurious -Wzero-as-null-pointer-consta...
2018-04-10 Jason MerrillPR debug/65821 - wrong location for main().
2018-03-27 Paolo Carlinire PR c++/84632 (internal compiler error: tree check...
2018-03-23 Alexandre Oliva[PR c++/84729] reject parenthesized array init
2018-03-21 Alexandre Oliva[PR c++/71965] silence multi-dim array init sorry witho...
2018-03-06 Alexandre Oliva[PR c++/84593] ice on braced init with uninit ref field
2018-02-14 Paolo Carlinicp-tree.h (do_auto_deduction (tree, tree, tree)): Remove.
2018-01-17 Nathan Sidwell[C++/83287] Another overload lookup ice
2018-01-10 Paolo Carlinire PR c++/81055 (ICE with invalid initializer for array...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-22 Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-12-15 Jakub Jelinekre PR c++/80135 (ICE in output_constructor_regular_fiel...
2017-11-28 Martin SeborPR c++/83058 - ICE on C++ code with negative array...
2017-11-14 Jason MerrillSupport GTY((cache)) on hash_map.
2017-11-13 Jason MerrillDefer folding of *&.
2017-11-13 Ville VoutilainenRemove the null check from placement new in all modes
2017-10-31 Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-05 Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-09-28 Jason MerrillPR c++/56973, DR 696 - capture constant variables only...
2017-08-29 Jason MerrillReimplement handling of lambdas in templates.
2017-08-29 Jason MerrillInstantiate default arguments/member initializers once.
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-08 Martin Liskatrans.c: Include header files.
2017-07-31 Martin LiskaDo UBSAN sanitization just when current_function_decl...
2017-06-27 Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26 Nathan Sidwellcp-tree.h (lang_decl_fn): Remove assignment_operator_p...
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-05-19 Bernd Edlingerc-format.c (locus): Move out of function scope, add...
2017-05-16 Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-05 Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-04-20 Jonathan WakelyPR c++/80473 allow suppressing notes about over-aligned new
2017-04-07 Marek Polacekre PR c++/80095 (ICE with this pointer in NSDMI)
2017-04-03 Jason MerrillPR sanitizer/79993 - ICE with VLA initialization from...
2017-03-21 Jakub Jelinekre PR c++/35878 ([LWG 2302] Useless NULL pointer check...
2017-03-21 Ville Voutilainenre PR c++/35878 ([LWG 2302] Useless NULL pointer check...
2017-03-17 Jason MerrillPR c++/78345 - ICE initializing array from lambda.
2017-03-10 Jakub Jelinekre PR c++/79896 (ICE in gimplify_expr, at gimplify...
2017-03-09 Marek Polacekre PR c++/79687 (Wrong code with pointer-to-member)
2017-03-02 Jakub Jelinekre PR c++/79782 (ICE: tree check: expected tree_list...
2017-03-02 Jason MerrillClass template argument deduction in new-expression
2017-03-01 Jakub Jelinekre PR c++/79746 (Confusing -Wunused-but-set-parameter...
2017-02-28 Jakub Jelineki386.c: Include intl.h.
next