c++: private inheritance access diagnostics fix [PR17314]
[gcc.git] / gcc / cp / cp-tree.h
2021-01-23 Anthony Sharpc++: private inheritance access diagnostics fix [PR17314]
2021-01-23 Patrick Palkac++: 'this' injection and static member functions ...
2021-01-15 Jason Merrillc++: Avoid redundant copy in {} init [PR98642]
2021-01-04 Jakub JelinekUpdate copyright years.
2021-01-02 Jan HubickaFree datastructures pointing to CFG after parsing
2020-12-23 Jason Merrillc++: Fix initializing empty base from prvalue [PR97597]
2020-12-18 Kwok Cheung Yeungopenmp: Implicitly add 'declare target' directives...
2020-12-18 Patrick Palkac++: Diagnose unstable satisfaction
2020-12-11 Jason Merrillc++: Fix build with --enable-gather-detailed-mem-stats.
2020-12-11 Nathan Sidwellc++: cp_tree_equal tweaks
2020-12-11 Nathan Sidwellc++: Module lang hook overriding
2020-12-10 Jason Merrillc++: Add make_temp_override generator functions
2020-12-10 Nathan Sidwellc++: Name lookup for modules
2020-12-08 Jason Merrillc++: Fix defaulted <=> fallback to < and == [PR96299]
2020-12-08 Nathan Sidwellc++: template and clone fns for modules
2020-12-08 Nathan Sidwellc++: Mangling for modules
2020-12-08 Nathan Sidwellc++: module directive FSM
2020-12-07 Nathan Sidwellc++: Adjust array type construction
2020-12-04 Nathan Sidwellc++: Revert dependent-array changes [PR 98116]
2020-12-04 Nathan Sidwellc++: Module API declarations
2020-12-03 Jason Merrillc++: Fix bootstrap on 32-bit hosts [PR91828]
2020-12-03 Nathan Sidwellc++: Exported using decls
2020-12-03 Nathan Sidwellc++: uninstantiated template friends
2020-12-03 Nathan Sidwellc++: templatey type creation
2020-12-03 Jakub Jelinekc++: Add __builtin_bit_cast to implement std::bit_cast...
2020-12-02 Jakub Jelinekc++: Implement LWG3396 Clarify point of reference for...
2020-12-02 Nathan Sidwellc++: typename_type structural comparison
2020-12-02 Marek Polacekc++: Fix ICE with inline variable in template [PR97975]
2020-12-02 Nathan SidwellC++: Module-specific tree flags
2020-12-02 Nathan Sidwellc++: RTTI accessors for modules
2020-12-02 Nathan Sidwellc++: Add lang_decl, type_decl API
2020-12-02 Nathan Sidwellc++: Extend build_array_type API
2020-12-02 Nathan SidwellC++ Module Binding Vector
2020-11-19 Nathan Sidwellc++: Template hash access
2020-11-19 Nathan Sidwellc++: Expose constexpr hash table
2020-11-17 Nathan Sidwellglobal trees
2020-11-13 Jason Merrillc++: Implement C++20 'using enum'. [PR91367]
2020-11-11 Patrick Palkac++: Correct the handling of alignof(expr) [PR88115]
2020-11-10 Marek Polacekc++: Improve static_assert diagnostic [PR97518]
2020-11-09 Patrick Palkac++: Use two levels of caching in satisfy_atom
2020-11-09 Patrick Palkac++: Reuse identical ATOMIC_CONSTRs during normalization
2020-11-09 Nathan Sidwellc++: ADL refactor
2020-11-06 Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-05 Marek Polacekc++: Implement -Wvexing-parse [PR25814]
2020-11-03 Nathan Sidwellc++: Directly fixup deferred eh-specs
2020-11-02 Nathan Sidwellc++: Delete unused hash type
2020-11-02 Patrick Palkac++: Don't purge the satisfaction caches
2020-10-29 Patrick Palkac++: Simplify constraint normalization routines
2020-10-29 Jakub Jelinekc++: Diagnose constexpr delete [] new int; and delete...
2020-10-27 Nathan Sidwellc++: Kill nested_udts
2020-10-26 Ville Voutilainenc++: Implement __is_nothrow_constructible and __is_noth...
2020-10-14 Nathan Sidwellc++: DECL_FRIEND_P cleanup
2020-10-07 Nathan Sidwellc++: block-scope externs get an alias [PR95677,PR31775...
2020-10-07 Nathan Sidwellc++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_P
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)
next