]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/cp-tree.h
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / cp / cp-tree.h
2020-05-21  Jason Merrillc++: Constant expression parsing and parameters.
2020-05-21  Patrick Palkac++: template instantiation during fold_for_warn [PR94038]
2020-05-20  Marek Polacekc++: Implement DR 2289, Uniqueness of structured bindin...
2020-05-19  Martin SeborPR c++/94923 - False positive -Wclass-memaccess with...
2020-05-15  Jason MerrillPR c++/93286 - ICE with __is_constructible and variadic...
2020-05-14  Patrick Palkac++: Missing SFINAE with lookup_fnfields [PR78446]
2020-05-11  Jason Merrillc++: Remove LOOKUP_EXPLICIT_TMPL_ARGS.
2020-05-01  Patrick Palkac++: Missing SFINAE with inaccessible static data membe...
2020-04-28  Jason Merrillc++: Redeclaration of implicit operator== [PR94583]
2020-04-27  Jason Merrillc++: Avoid ICE with dependent attribute on type.
2020-04-22  Martin Seborc++: reject scalar array initialization with nullptr...
2020-04-20  Patrick Palkac++: Recursive unification with packs and explicit...
2020-03-28  Patrick Palkac++: Replay errors during diagnosis of constraint satis...
2020-03-27  Martin Seborc++: avoid -Wredundant-tags on a first declaration...
2020-03-24  Jason Merrillc++: Give more expressions locations.
2020-03-20  Jason Merrillc++: Avoid unnecessary empty class copy [94175].
2020-03-11  Jason Merrillc++: Fix ICE with concepts and aliases [PR93907].
2020-02-26  Iain Sandoecoroutines: Amend parameter handling to match n4849.
2020-02-26  Marek Polacekc++: Fix ICE with static_cast when converting from...
2020-02-13  Jakub Jelinekc++: Emit DFP typeinfos even when DFP is disabled ...
2020-02-12  Jason Merrillc++: Fix implicit friend operator==.
2020-02-10  Jason Merrillc++: Fix flexible array with synthesized constructor.
2020-02-08  Jason Merrillc++: Use constexpr to avoid wrong -Wsign-compare (PR90691).
2020-02-07  Jason Merrillc++: Fix use of local in constexpr if.
2020-01-25  Jason Merrillc++: Fix ICE with constrained friend (PR93400).
2020-01-21  Jason MerrillPR c++/91476 - anon-namespace reference temp clash...
2020-01-19  Jason MerrillPR c++/33799 - destroy return value, take 2.
2020-01-18  Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-15  Paolo CarliniFix "PR c++/91073 if constexpr no longer works directly...
2020-01-15  Jason MerrillRevert "PR c++/33799 - destroy return value if local...
2020-01-14  David Malcolmhash-table.h: support non-zero empty values in empty_sl...
2020-01-14  Jason Merrill PR c++/92582 - ICE with member template as requirement.
2020-01-13  Jason MerrillPR c++/33799 - destroy return value if local cleanup...
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-19  Jason MerrillPR c++/66139 - EH cleanups for partially constructed...
2019-12-18  Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-18  Jason MerrillPR c++/12333 - X::~X() with implicit this->.
2019-12-09  Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-06  Jakub JelinekPR c++/92831 - CWG 1299, not extending temporary lifeti...
2019-12-05  Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
2019-12-04  Richard Sandiford[C++] Opt out of GNU vector extensions for built-in...
2019-12-03  Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATIO...
2019-12-03  Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-11-27  Jason MerrillImplement P1814R0, CTAD for alias templates.
2019-11-27  Jason MerrillFix constrained alias template transparency.
2019-11-27  Jason MerrillPR c++/92206 - ICE with typedef to dependent alias.
2019-11-27  Andrew SuttonDiagnose certain constraint errors as hard errors,...
2019-11-25  Paolo Carlinitypeck.c (cp_build_indirect_ref_1): Add location_t...
2019-11-15  Paolo Carlinitypeck.c (cp_truthvalue_conversion): Add tsubst_flags_t...
2019-11-15  Jason MerrillImplement P1816R0, class template argument deduction...
2019-11-13  Richard Sandiford[C++] Fix interaction between aka changes and DR1558...
2019-11-07  Jason MerrillImplement D1907R1 "structural type".
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-11-05  Jason MerrillVarious small C++ changes.
2019-11-02  Paolo Carlinitypeck.c (composite_pointer_type): Add a const op_locat...
2019-11-01  Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-11-01  Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-31  Jakub Jelinekre PR c++/90947 (Simple lookup table of array of string...
2019-10-30  Jakub Jelinekcp-tree.h (omp_declare_variant_finalize, [...]): Declare.
2019-10-29  Richard SandifordAdd a simulate_builin_function_decl langhook
2019-10-24  Andrew SuttonFinish moving constraint and logic functionality of...
2019-10-24  Nathan Sidwell[C++ PATCH] 'std' identifier not needed
2019-10-22  Richard Sandiford[C++] Avoid exposing internal details in aka types
2019-10-18  Nathan Sidwell[C++ PATCH] anon type names
2019-10-10  Jason Merrill* cp-tree.h (template_info_decl_check): Check ENABLE_TR...
2019-10-09  Marek PolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-09  Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-05  Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-09-27  Jason Merrillcp-tree.h (class iloc_sentinel): New.
2019-09-27  Richard Sandiford[C][C++] Allow targets to check calls to BUILT_IN_MD...
2019-09-23  Marek PolacekPR c++/91844 - Implement CWG 2352, Similar types and...
2019-09-15  Nathan Sidwell[C++ PATCH] simplify clone predicate
2019-09-14  Jason MerrillFormatting and comment syntax adjustments.
2019-09-06  Nathan Sidwell[PATCH] Deprecate -frepo option.
2019-09-06  Nathan Sidwell[C++ PATCH] Reserve a decl_lang bit
2019-09-06  Martin LiskaRemove support for repo files (PR c++/91125).
2019-09-05  Nathan Sidwell[C++ PATCH] vtable decl marking
2019-08-31  Jason MerrillAdd source location to TRAIT_EXPR.
2019-08-29  Paolo Carlinidecl.c (check_var_type): Add location_t parameter and...
2019-08-28  Marek PolacekPR c++/91360 - Implement C++20 P1143R2: constinit.
2019-08-28  Marek PolacekPR c++/91428 - warn about std::is_constant_evaluated...
2019-08-23  Marek PolacekPR c++/79817 - attribute deprecated on namespace.
2019-08-15  Jason MerrillImplement P0848R3, Conditionally Trivial Special Member...
2019-08-13  Marek Polacek* cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.
2019-08-07  Marek PolacekPR c++/91346 - Implement P1668R1, allow unevaluated...
2019-08-05  Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-07-31  Jason MerrillPR c++/90538 - multiple expansions of capture packs
2019-07-31  Jason MerrillFix copy_node of TEMPLATE_INFO.
2019-07-20  Jason MerrillFix ICE on class template argument deduction with inher...
2019-07-20  Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-04  Andrew StubbsImprove OpenMP map diagnostics.
2019-06-29  Jason MerrillRemove trailing whitespace in C++ front end.
2019-06-25  Jozef LawrynowiczImplement alternate "__intN__" form of "__intN" type
2019-06-23  Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-22  Marek PolacekPR c++/86476 - noexcept-specifier is a complete-class...
2019-06-18  Jason Merrilltree.c (build_constructor): Add MEM_STAT_DECL.
2019-06-04  Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Don't sorry_at...
next