c++: ICE with delayed noexcept and attribute used [PR97966]
[gcc.git] / gcc / cp / pt.c
2021-01-22 Marek Polacekc++: ICE with delayed noexcept and attribute used ...
2021-01-20 Patrick Palkac++: Fix tsubsting CLASS_PLACEHOLDER_TEMPLATE [PR95434]
2021-01-20 Patrick Palkac++: Defer access checking when processing bases [PR82613]
2021-01-19 Marek Polacekc++: Crash when deducing template arguments [PR98659]
2021-01-19 Marek Polacekc++: ICE with USING_DECL redeclaration [PR98687]
2021-01-16 Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-13 Marek Polacekc++: Failure to lookup using-decl name [PR98231]
2021-01-07 Jakub Jelinekc++: Fix up tsubst of BIT_CAST_EXPR [PR98329]
2021-01-05 Patrick Palkac++: Fix deduction from the type of an NTTP
2021-01-05 Marek Polacekc++: ICE with deferred noexcept when deducing targs...
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-18 Patrick Palkac++: Diagnose unstable satisfaction
2020-12-15 Patrick Palkac++: Fix return type deduction during satisfaction
2020-12-11 Nathan Sidwellc++: Final module preparations
2020-12-08 Nathan Sidwellc++: Originating and instantiating module
2020-12-08 Nathan Sidwellc++: template and clone fns for modules
2020-12-04 Jason Merrillc++: Fix deduction from auto template parameter [PR93083]
2020-12-04 Jason Merrillvec: Simplify use with C++11 range-based 'for'.
2020-12-04 Nathan Sidwellc++: Revert dependent-array changes [PR 98116]
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 Nathan Sidwellc++: typename_type structural comparison
2020-12-02 Marek Polacekc++: Fix tsubst ICE with invalid code [PR97993, PR97187]
2020-11-25 Thomas SchwingeFix templatized C++ OpenACC 'cache' directive ICEs
2020-11-23 Richard Sandifordc++: Add missing verify_type_context call [PR97904]
2020-11-21 Aaron SawdeyAdditional small changes to support opaque modes
2020-11-19 Nathan Sidwellc++: Template hash access
2020-11-19 Marek Polacekc++: Fix crash with broken deduction from {} [PR97895]
2020-11-15 Jason Merrillc++: Check abstract type only on object creation. ...
2020-11-11 Patrick Palkac++: Correct the handling of alignof(expr) [PR88115]
2020-11-11 Marek Polacekc++: Tweak tsubst_qualified_id location.
2020-11-10 Marek Polacekc++: Improve static_assert diagnostic [PR97518]
2020-11-09 Patrick Palkac++: Consider only relevant template arguments in sat_h...
2020-11-09 Jason Merrillc++: Call tsubst_pack_expansion from tsubst.
2020-11-06 Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-05 Marek Polacekc++: Fix decltype(auto) deduction with rvalue ref ...
2020-11-03 kamlesh kumarc++: DR2303, ambiguous base deduction [PR97453]
2020-11-03 Nathan Sidwellc++: using-decl instantiation
2020-11-03 Nathan Sidwellc++: Small pt.c cleanups
2020-11-03 Nathan Sidwellc++: A couple of template instantiation cleanups
2020-11-03 Marek Polacekc++: Tweaks for value_dependent_expression_p.
2020-10-30 Jakub Jelinekopenmp: Handle non-static data members in allocate...
2020-10-29 Marek Polacekc++: Deducing type from initializer_list<auto> [PR93107]
2020-10-29 Patrick Palkac++: Simplify constraint normalization routines
2020-10-29 Nathan Sidwellc++: Stop (most) function-scope entities having a templ...
2020-10-28 Marek Polacekc++: Prevent warnings for value-dependent exprs [PR96742]
2020-10-28 Nathan Sidwellc++: Make OMP UDR DECL_LOCAL_DECL_P earlier
2020-10-28 Nathan Sidwellc++: Refactor push_template_decl
2020-10-28 Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-27 Nathan Sidwellc++: Kill nested_udts
2020-10-27 Nathan Sidwellc++: Small cleanup for do_type_instantiation
2020-10-16 Nathan Sidwellc++: Fix nullptr deref [pr97460[
2020-10-14 Jason Merrillc++: Diagnose bogus variadic lambda. [PR97358]
2020-10-14 Nathan Sidwellc++: DECL_FRIEND_P cleanup
2020-10-08 Jason Merrillc++: Fix member alias template in C++17 and up. [PR96805]
2020-10-08 Patrick Palkac++: ICE in dependent_type_p with constrained auto...
2020-10-08 Patrick Palkac++: Set the constraints of a class type sooner [PR96229]
2020-10-07 Marek Polacekc++: Fix P0846 (ADL and function templates) in template...
2020-10-07 Nathan Sidwellc++: block-scope externs get an alias [PR95677,PR31775...
2020-10-02 Nathan Sidwellc++: Kill DECL_ANTICIPATED
2020-10-02 Jason Merrillc++: Move CALL_FROM_NEW_OR_DELETE_P to tree.h
2020-10-01 Nathan Sidwellc++: pushdecl_top_level must set context
2020-10-01 Marek Polacekc++: CTAD and explicit deduction guides for copy-list...
2020-09-30 Nathan Sidwellc++: Kill DECL_HIDDEN_FRIEND_P
2020-09-29 Nathan Sidwellc++: Name lookup simplifications
2020-09-25 Nathan Sidwellc++: Adjust pushdecl/duplicate_decls API
2020-09-25 Nathan Sidwellc++: DECL_BUILTIN_P for builtins
2020-09-24 Nathan Sidwellc++: Cleanup some decl pushing apis
2020-09-24 Nathan Sidwellc++: local-decls are never member fns [PR97186]
2020-09-23 Nathan Sidwellc++: dependent local extern decl ICE [PR97171]
2020-09-22 Patrick Palkac++: Return only in-scope tparms in keep_template_parm...
2020-09-22 Nathan Sidwellc++: Remove a broken error-recovery path
2020-09-22 Nathan Sidwellc++: fix injected friend of template class
2020-09-21 Marek Polacekc++: Implement -Wctad-maybe-unsupported.
2020-09-19 Patrick Palkac++: Fix self-mapping in map_arguments [PR96531, PR97103]
2020-09-16 Nathan Sidwellc++: local-scope OMP UDR reductions have no template...
2020-09-16 Nathan Sidwellc++: Avoid confusing 'nested' name
2020-09-16 Nathan Sidwellc++: Break out actual instantiation from instantiate_decl
2020-09-15 Nathan Sidwellc++: Partially revert: local externs in templates do...
2020-09-14 Marek Polacekc++: Use VAR_OR_FUNCTION_DECL_P.
2020-09-14 Nathan Sidwellc++: local externs in templates do not get template...
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 Nathan Sidwellc++: omp reduction cleanups
2020-08-31 Marek Polacekc++: Implement P1009: Array size deduction in new-expre...
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
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-18 Jason Merrillc++: Handle enumerator in C++20 alias CTAD. [PR96199]
2020-08-14 Nathan Sidwellc++: Final bit of name-lookup api simplification
2020-08-14 Nathan Sidwellc++: Yet more name-lookup api simplification
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-08-13 Nathan Sidwell[c++]: Unconfuse lookup_name_real API a bit
2020-08-10 Patrick Palkac++: constraints and address of template-id
2020-08-04 Patrick Palkac++: Member initializer list diagnostic locations ...
2020-08-03 Marek Polacekc++: Variable template and template parameter pack...
2020-07-30 Patrick Palkac++: overload sets and placeholder return type [PR64194]
next