aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/constraint.cc
AgeCommit message (Expand)AuthorFilesLines
2021-09-16c++: constrained variable template issues [PR98486]Patrick Palka1-3/+5
2021-08-17c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek1-0/+3
2021-07-30c++: Implement P0466R5 __cpp_lib_is_pointer_interconvertible compiler helpers...Jakub Jelinek1-0/+4
2021-07-09c++: requires-expr with dependent extra args [PR101181]Patrick Palka1-1/+2
2021-06-30c++: Fix push_access_scope and introduce RAII wrapper for itPatrick Palka1-6/+1
2021-06-24cp: add support for per-location warning groups.Martin Sebor1-2/+2
2021-06-24c++: requires-expression folding [PR101182]Patrick Palka1-1/+1
2021-06-10c++: normalization of non-templated return-type-req [PR100946]Patrick Palka1-0/+9
2021-05-18c++: Prune dead functions.Marek Polacek1-62/+0
2021-05-10c++: fn parm pack expansion inside constraint [PR100138]Patrick Palka1-1/+5
2021-04-12c++: constraints are unevaluated operands [PR99961]Patrick Palka1-0/+3
2021-04-09c++: Use a TEMPLATE_INFO to hold regenerated-lambda infoPatrick Palka1-2/+2
2021-04-08c++: Don't substitute into constraints on lambdas [PR99874]Patrick Palka1-5/+38
2021-03-03c++: Unify REQUIRES_EXPR evaluation / diagnostic routinesPatrick Palka1-255/+193
2021-03-03c++: Clean up normalization and satisfaction routinesPatrick Palka1-134/+100
2021-03-02c++: Fix satisfaction of placeholder type constraints [PR96443]Patrick Palka1-61/+50
2021-03-02c++: Delay normalizing nested requirements until satisfactionPatrick Palka1-66/+72
2021-03-02c++: Some preparatory type canonicalization fixesPatrick Palka1-17/+8
2021-03-02c++: Avoid building garbage trees from tsubst_requires_exprPatrick Palka1-32/+14
2021-02-04c++: Empty args for variadic concept [PR98717]Jason Merrill1-8/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17c++: More precise tracking of potentially unstable satisfactionPatrick Palka1-50/+64
2020-12-17c++: Diagnose self-recursive satisfactionPatrick Palka1-8/+31
2020-12-17c++: Diagnose unstable satisfactionPatrick Palka1-54/+211
2020-12-05c++: Normalize nested-requirements twice at parse time [PR97093]Patrick Palka1-15/+26
2020-12-05c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]Patrick Palka1-53/+102
2020-11-25Clean up -Wformat-diag warnings (PR bootstrap/97622, PR bootstrap/94982)Martin Sebor1-2/+2
2020-11-09c++: Consider only relevant template arguments in sat_hasherPatrick Palka1-6/+70
2020-11-09c++: Use two levels of caching in satisfy_atomPatrick Palka1-14/+43
2020-11-09c++: Reuse identical ATOMIC_CONSTRs during normalizationPatrick Palka1-3/+24
2020-11-09c++: Fix ICE with variadic concepts and aliases [PR93907]Patrick Palka1-0/+10
2020-11-02c++: Don't purge the satisfaction cachesPatrick Palka1-9/+0
2020-10-29c++: Simplify constraint normalization routinesPatrick Palka1-49/+20
2020-10-29c++: Tolerate empty initial args during normalization [PR97412]Patrick Palka1-1/+2
2020-10-14c++: DECL_FRIEND_P cleanupNathan Sidwell1-3/+8
2020-10-08c++: ICE in dependent_type_p with constrained auto [PR97052]Patrick Palka1-0/+2
2020-09-19c++: Fix self-mapping in map_arguments [PR96531, PR97103]Patrick Palka1-2/+2
2020-09-19c++: std::is_constant_evaluated inside constraint [PR97051]Patrick Palka1-1/+2
2020-09-17c++: requires-expressions and partial instantiation [PR96410]Patrick Palka1-6/+15
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-08-19c++: Check satisfaction before non-dep convs. [CWG2369]Jason Merrill1-3/+9
2020-08-18c++: Rewrite members for all deduction guides. [PR96199]Jason Merrill1-0/+2
2020-07-29c++: constraints and explicit instantiation [PR96164]Patrick Palka1-0/+6
2020-06-11c++: constrained class template friend [PR93467]Patrick Palka1-0/+13
2020-05-29c++: satisfaction value of type typedef to bool [PR95386]Patrick Palka1-7/+7
2020-05-13c++: premature requires-expression folding [PR95020]Patrick Palka1-3/+1
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-1/+1
2020-05-04c++: Don't save parms in nested requirement [pr 94827]Nathan Sidwell1-10/+3
2020-04-30c++ ICE with nested requirement as default tpl parm[PR94827]Nathan Sidwell1-11/+16
2020-04-28c++: Satisfaction caching of inherited ctor [PR94819]Patrick Palka1-2/+2