aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/concepts
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-24c++: Improve handling of ill-formed constraints [PR94186].Jason Merrill1-1/+1
2020-03-20c++: Include the constraint parameter mapping in diagnostic constraint contextsPatrick Palka1-0/+14
2020-03-08c++: Fix missing SFINAE when binding a bit-field to a reference (PR 93729)Patrick Palka1-0/+15
2020-03-08c++: Fix pretty printing of TYPENAME_TYPEsPatrick Palka1-0/+18
2020-02-27Compare ARGUMENT_PACKS [pr93933]Nathan Sidwell1-0/+31
2020-02-26c++: Some improvements to concept diagnosticsPatrick Palka2-0/+59
2020-02-15c++: Add test for PR 68061.Jason Merrill1-0/+6
2020-02-10c++: Fix return type deduction with an abbreviated function templatePatrick Palka1-0/+11
2020-01-23Fix "PR c++/92804 ICE trying to use concept as a nested-name-specifier"Paolo Carlini2-0/+38
2020-01-15Fix "PR c++/91073 if constexpr no longer works directly with Concepts."Paolo Carlini2-0/+56
2020-01-14PR c++/92590 - wrong handling of inherited default ctor.Jason Merrill1-2/+2
2020-01-13 PR c++/92746 - ICE with noexcept of function concept check.Jason Merrill1-0/+6
2020-01-06PR c++/92552 - ICE with inherited constrained default ctor.Jason Merrill1-2/+2
2019-11-27Diagnose certain constraint errors as hard errors, but otherwise treat them t...Andrew Sutton1-1/+1