aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/constraint.cc
AgeCommit message (Expand)Author
2022-03-30c++: ICE with failed __is_constructible constraint [PR100474]Patrick Palka
2022-03-28c++: constrained template friend matching ICE [PR105064]Patrick Palka
2022-03-12c++: return-type-req in constraint using only outer tparms [PR104527]Patrick Palka
2022-02-08c++: satisfaction value of type const bool [PR104410]Patrick Palka
2022-02-08c++: constrained auto in lambda using outer tparms [PR103706]Patrick Palka
2022-01-03Update copyright years.Jakub Jelinek
2021-12-19c++: local_specializations and recursive constrained fn [PR103714]Patrick Palka
2021-12-16c++: tweak commentJason Merrill
2021-12-16c++: two-stage name lookup for overloaded operators [PR51577]Patrick Palka
2021-12-14c++: processing_template_decl vs template depth [PR103408]Patrick Palka
2021-09-16c++: constrained variable template issues [PR98486]Patrick Palka
2021-08-17c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek
2021-07-30c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...Jakub Jelinek
2021-07-09c++: requires-expr with dependent extra args [PR101181]Patrick Palka
2021-06-30c++: Fix push_access_scope and introduce RAII wrapper for itPatrick Palka
2021-06-24cp: add support for per-location warning groups.Martin Sebor
2021-06-24c++: requires-expression folding [PR101182]Patrick Palka
2021-06-10c++: normalization of non-templated return-type-req [PR100946]Patrick Palka
2021-05-18c++: Prune dead functions.Marek Polacek
2021-05-10c++: fn parm pack expansion inside constraint [PR100138]Patrick Palka
2021-04-12c++: constraints are unevaluated operands [PR99961]Patrick Palka
2021-04-09c++: Use a TEMPLATE_INFO to hold regenerated-lambda infoPatrick Palka
2021-04-08c++: Don't substitute into constraints on lambdas [PR99874]Patrick Palka
2021-03-03c++: Unify REQUIRES_EXPR evaluation / diagnostic routinesPatrick Palka
2021-03-03c++: Clean up normalization and satisfaction routinesPatrick Palka
2021-03-02c++: Fix satisfaction of placeholder type constraints [PR96443]Patrick Palka
2021-03-02c++: Delay normalizing nested requirements until satisfactionPatrick Palka
2021-03-02c++: Some preparatory type canonicalization fixesPatrick Palka
2021-03-02c++: Avoid building garbage trees from tsubst_requires_exprPatrick Palka
2021-02-04c++: Empty args for variadic concept [PR98717]Jason Merrill
2021-01-04Update copyright years.Jakub Jelinek
2020-12-17c++: More precise tracking of potentially unstable satisfactionPatrick Palka
2020-12-17c++: Diagnose self-recursive satisfactionPatrick Palka
2020-12-17c++: Diagnose unstable satisfactionPatrick Palka
2020-12-05c++: Normalize nested-requirements twice at parse time [PR97093]Patrick Palka
2020-12-05c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]Patrick Palka
2020-11-25Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)Martin Sebor
2020-11-09c++: Consider only relevant template arguments in sat_hasherPatrick Palka
2020-11-09c++: Use two levels of caching in satisfy_atomPatrick Palka
2020-11-09c++: Reuse identical ATOMIC_CONSTRs during normalizationPatrick Palka
2020-11-09c++: Fix ICE with variadic concepts and aliases [PR93907]Patrick Palka
2020-11-02c++: Don't purge the satisfaction cachesPatrick Palka
2020-10-29c++: Simplify constraint normalization routinesPatrick Palka
2020-10-29c++: Tolerate empty initial args during normalization [PR97412]Patrick Palka
2020-10-14c++: DECL_FRIEND_P cleanupNathan Sidwell
2020-10-08c++: ICE in dependent_type_p with constrained auto [PR97052]Patrick Palka
2020-09-19c++: Fix self-mapping in map_arguments [PR96531, PR97103]Patrick Palka
2020-09-19c++: std::is_constant_evaluated inside constraint [PR97051]Patrick Palka
2020-09-17c++: requires-expressions and partial instantiation [PR96410]Patrick Palka
2020-08-27vec: add exact argument for various grow functions.Martin Liska