aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/constraint.cc
AgeCommit message (Expand)AuthorFilesLines
2018-02-15re PR c++/84330 ([concepts] ICE with broken constraint)Paolo Carlini1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-10Check non-dependent conversion in return from template fn.Jason Merrill1-1/+6
2017-06-29Whitespace cleanups.Nathan Sidwell1-1/+1
2017-05-17class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.Nathan Sidwell1-18/+8
2017-05-16cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators.Nathan Sidwell1-2/+2
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell1-3/+2
2017-05-04* constraint.cc (diagnose_check_constraint): Fix %E thinko.Nathan Sidwell1-1/+1
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-24cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...Jakub Jelinek1-5/+3
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+2
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