]> gcc.gnu.org Git - gcc.git/history - gcc/cp/cp-tree.h
c++: ICE with using and enum [PR100659]
[gcc.git] / gcc / cp / cp-tree.h
2021-05-20 Jason Merrillc++: ICE with using and enum [PR100659]
2021-05-19 Marek Polacekc++: Relax attribute on friend declaration checking...
2021-05-18 Marek Polacekc++: Prune dead functions.
2021-05-14 Marek Polacekc++: Check attributes on friend declarations [PR99032]
2021-05-07 Jason Merrillc++: avoid non-TARGET_EXPR class prvalues
2021-05-01 Jason Merrillc++: C++11 range-for and ovl/lkp_iterator
2021-04-29 Jason Merrillc++: Fix friend attributes [PR51344]
2021-04-29 Jason Merrillc++: constant expressions are evaluated [PR93314]
2021-04-29 Jason Merrillc++: unset COMPOUND_LITERAL_P [PR100079]
2021-04-23 Martin Liskac++: Use STATIC_ASSERT for OVL_OP_MAX.
2021-04-16 Jason Merrillc++: C++20 class NTTP trailing zero-init [PR100079]
2021-04-09 Patrick Palkac++: Use a TEMPLATE_INFO to hold regenerated-lambda...
2021-04-08 Patrick Palkac++: Don't substitute into constraints on lambdas ...
2021-04-02 Jason Merrillc++: lambda pack init-capture within generic lambda
2021-04-02 Nathan Sidwellc++: header unit purview [PR 99283]
2021-03-26 Nathan Sidwellc++: imported templates and alias-template changes...
2021-03-25 Marek Polacekc++: ICE on invalid with inheriting constructors [PR94751]
2021-03-22 Nathan Sidwellc++: duplicate alias templates with decltype [PR 99425]
2021-03-08 Nathan Sidwellc++: Incorrect specialization hash table [PR 99285]
2021-03-04 Nathan Sidwellc++: Redesign pending entity handling [PR 99170]
2021-03-03 Patrick Palkac++: Clean up normalization and satisfaction routines
2021-03-02 Martin SeborPR c++/99251 - inconsistent -Wnonnull warning behaviour...
2021-03-02 Patrick Palkac++: Fix satisfaction of placeholder type constraints...
2021-02-12 Nathan SidwellExpunge namespace-scope IDENTIFIER_TYPE_VALUE & global_...
2021-02-08 Nathan Sidwellc++: cross-module __cxa_atexit use [PR 98531]
2021-02-08 Marek Polacekc++: Fix typo in CLASSTYPE_TI_TEMPLATE comment.
2021-02-04 Tom Greenslade ... c++: fix string literal member initializer bug [PR90926]
2021-02-01 Jason Merrillc++: alias in qualified-id in template arg [PR98570]
2021-01-26 Jason Merrillc++: constexpr and empty fields [PR97566]
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...
next
This page took 1.018707 seconds and 108 git commands to generate.