c++: Fix typo in NON_UNION_CLASS_TYPE_P.
[gcc.git] / gcc / cp / cp-tree.h
2020-10-05 Marek Polacekc++: Fix typo in NON_UNION_CLASS_TYPE_P.
2020-10-02 Nathan Sidwellc++: Kill DECL_ANTICIPATED
2020-10-02 Nathan Sidwellc++: cleanup ctor_omit_inherited_parms [PR97268]
2020-10-02 Nathan Sidwellc++: Simplify __FUNCTION__ creation
2020-10-02 Jason Merrillc++: Move CALL_FROM_NEW_OR_DELETE_P to tree.h
2020-10-01 Nathan Sidwellc++: Kill DECL_HIDDEN_P
2020-09-30 Nathan Sidwellc++: Kill DECL_HIDDEN_FRIEND_P
2020-09-29 Marek Polacekc++: Implement -Wrange-loop-construct [PR94695]
2020-09-29 Nathan Sidwellc++: Hiddenness is a property of the symbol table
2020-09-25 Nathan Sidwellc++: Adjust pushdecl/duplicate_decls API
2020-09-25 Nathan Sidwellc++: Replace tag_scope with TAG_how
2020-09-25 Nathan Sidwellc++: DECL_BUILTIN_P for builtins
2020-09-24 Nathan Sidwellc++: Cleanup some decl pushing apis
2020-09-22 Nathan Sidwellc++: Remove a broken error-recovery path
2020-09-19 Sandra LoosemoreMove loop and switch tree data structures from cp/...
2020-09-17 Patrick Palkac++: requires-expressions and partial instantiation...
2020-09-16 Nathan Sidwellc++: local-scope OMP UDR reductions have no template...
2020-09-15 Tobias BurnusOpenMP/Fortran: Fix (re)mapping of allocatable/pointer...
2020-09-11 Marek Polacekc++: Remove LOOKUP_CONSTINIT.
2020-09-10 Nathan Sidwellc++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONS...
2020-09-10 Nathan Sidwellc++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P
2020-09-09 Patrick Palkac++: Fix resolving the address of overloaded pmf [PR96647]
2020-09-03 Marek Polacekc++: Fix P0960 in member init list and array [PR92812]
2020-08-25 Jakub Jelinekc++: Fix up ptr.~PTR () handling [PR96721]
2020-08-19 Jason Merrillc++: Check satisfaction before non-dep convs. [CWG2369]
2020-08-18 Nathan Sidwellc++: alias template template_info setting
2020-08-18 Jason Merrillc++: Rewrite members for all deduction guides. [PR96199]
2020-08-14 Nathan Sidwellc++: Yet more name-lookup api simplification
2020-08-14 Jason Merrillc++: Copy elision and [[no_unique_address]]. [PR93711]
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-08-03 Marek Polacekc++: Remove unused declaration.
2020-07-31 Patrick Palkac++: decl_constant_value and unsharing [PR96197]
2020-07-29 Jason Merrillc++: Implement C++20 implicit move changes. [PR91427]
2020-07-27 Nathan Sidwellc++: Name as_base type
2020-07-22 Nathan Sidwellc++: Shrink lambda-expr
2020-07-14 Nathan Sidwellc++: Comments & formatting
2020-07-01 Nathan Sidwellc++: Expose cloning form predicates
2020-06-30 Nathan Sidwellc++: Tweak function cloning names
2020-06-23 Jason Merrillc++: Improve CTAD for aggregates [PR93976]
2020-06-17 Jason Merrillc++: implicit operator== adjustments from P2002.
2020-06-17 Marek Polacekc++: ICE with IMPLICIT_CONV_EXPR in array subscript...
2020-06-16 Patrick Palkac++: Clean up previous change [PR41437]
2020-06-16 Patrick Palkac++: Improve access checking inside templates [PR41437]
2020-06-04 Jason Merrillc++: Fix FE devirt with diamond inheritance [PR95158]
2020-06-03 Jason Merrillc++: Fix VLA in template [PR95232]
2020-06-03 Tobias Burnus[OpenMP] Fix mapping of artificial variables (PR94874)
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".
next