aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/constraint.cc
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-544/+991
2016-06-21Fix constraint satisfaction in uninstantiated template.Jason Merrill1-2/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07re PR c++/68683 ([concepts] function satisfy_argument_deduction_constraint mo...Ryan Burn1-0/+3
2015-12-06Fix memclass5.C, memfriend10.C, var-templ19.C with -std=c++1z.Jason Merrill1-0/+9
2015-12-02re PR c++/68290 (g++.dg/concepts/auto1.C FAILs)Eric Botcazou1-26/+0
2015-11-06Support non-type constrained-type-specifiers.Jason Merrill1-10/+27
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-0/+83
2015-08-21re PR c++/67240 ([concepts] Implicit conversion constraints are not respected)Jason Merrill1-1/+1
2015-08-08re PR c++/67159 ([c++concepts] Segfault while diagnosing constraint violation)Jason Merrill1-0/+1
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+2617