aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/concepts
AgeCommit message (Expand)AuthorFilesLines
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva4-0/+4
2024-08-30c++: add fixed test [PR101099]Marek Polacek1-0/+6
2024-08-05c++: remove function/var concepts codeMarek Polacek4-11/+11
2024-07-10c++: remove Concepts TS codeMarek Polacek86-692/+468
2024-04-26c++: fix source printing for "required from here" messagePatrick Palka1-1/+5
2024-01-15c++: ICE with auto in template arg [PR110065]Marek Polacek2-0/+35
2023-10-20c++: remove NON_DEPENDENT_EXPR, part 1Patrick Palka1-1/+1
2023-10-16c++: improve fold-expr locationJason Merrill1-2/+2
2023-09-20c++: improve class NTTP object pretty printing [PR111471]Patrick Palka1-0/+20
2023-06-09c++: diagnose auto in template argJason Merrill2-0/+17
2022-12-20c++, tree: walk TREE_VEC (and VECTOR_CST) in natural order [PR101886]Patrick Palka2-1/+15
2022-12-19c++: ICE with concepts TS multiple auto deduction [PR101886]Patrick Palka1-0/+9
2022-11-29c++: explicit specialization and trailing requirements [PR107864]Patrick Palka1-0/+11
2022-11-03c++: change -fconcepts to mean C++20 conceptsJason Merrill79-79/+79
2022-04-15c++: wrong error with variadic concept [PR105268]Marek Polacek1-0/+20
2022-03-30c++: Fox template-introduction tentative parsing in class bodies clear colon_...Jakub Jelinek1-0/+13
2022-03-12c++: give fold expressions a locationPatrick Palka1-4/+4
2021-12-14c++: processing_template_decl vs template depth [PR103408]Patrick Palka1-2/+2
2021-07-09c++: concepts TS and explicit specialization [PR101098]Jason Merrill1-0/+9
2021-05-03c++: Fix ICE with invalid requires-expression [PR100055]Marek Polacek1-0/+7
2021-04-23c++: Fix pretty printing pointer to function type [PR98767]Patrick Palka1-0/+17
2021-04-19c++: ICE with concept defined in function [PR97536]Marek Polacek1-0/+45
2021-04-09c++: Fix two issues with auto function parameter [PR99806]Marek Polacek2-0/+28
2021-03-25c++: Fix source_location inconsistency between calls from templates and non-t...Jakub Jelinek1-1/+1
2021-03-02c++: Fix satisfaction of placeholder type constraints [PR96443]Patrick Palka1-0/+26
2021-02-25c++: abbreviated function template return type rewriting [PR98990]Patrick Palka1-0/+22
2020-12-05c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]Patrick Palka1-0/+1
2020-11-02c++: Some additional testsNathan Sidwell1-0/+31
2020-09-22c++: Return only in-scope tparms in keep_template_parm [PR95310]Patrick Palka1-0/+16
2020-09-11c++: Concepts and local externsNathan Sidwell1-0/+39
2020-08-19c++: Check satisfaction before non-dep convs. [CWG2369]Jason Merrill11-14/+15
2020-08-10c++: constraints and address of template-idPatrick Palka1-1/+1
2020-07-29c++: abbreviated function template friend matching [PR96106]Patrick Palka1-0/+14
2020-07-07c++: wrong pretty printing of nested type [PR95303]Patrick Palka1-0/+36
2020-05-29c++: satisfaction value of type typedef to bool [PR95386]Patrick Palka1-0/+11
2020-05-29c++: P0848R3 and member function templates [PR95181]Patrick Palka2-0/+17
2020-05-05Merge dg-options and dg-additional-options if len <= 120 chars.Martin Liska1-2/+1
2020-04-30c++ ICE with nested requirement as default tpl parm[PR94827]Nathan Sidwell1-0/+15
2020-04-29c++: Nondeterministic concepts diagnostics [PR94830]Patrick Palka2-1/+15
2020-04-28c++: Parameter pack in requires parameter list [PR94808]Patrick Palka2-2/+18
2020-04-24c++: add "'requires' only available with ..." notePatrick Palka1-0/+6
2020-04-21c++: Diagnose invalid use of member function in requiresPatrick Palka1-0/+18
2020-04-21c++: Constrained inherited constructor template [PR94549]Patrick Palka1-2/+2
2020-04-18c++: Abbreviated function template return type [PR92187]Patrick Palka2-0/+27
2020-04-14c++: Add testcase for PR c++/93207Patrick Palka1-0/+26
2020-04-14c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka1-0/+11
2020-03-28c++: Diagnose when "requires" is used instead of "requires requires" [PR94306]Patrick Palka1-0/+6
2020-03-28c++: requires-expression outside of a template is misevaluated [PR94252]Patrick Palka2-0/+38
2020-03-28c++: Respect current_constraint_diagnosis_depth in diagnose_compound_requirementPatrick Palka2-4/+2
2020-03-28c++: Replay errors during diagnosis of constraint satisfaction failuresPatrick Palka2-1/+47