summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.constr/temp.constr.decl/func-template-decl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-5/+5
| | | | | | Function trailing requires clauses now parsed, supported in overload resolution and when calling, referencing and taking the address of functions or function templates. Differential Revision: https://reviews.llvm.org/D43357
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-0/+59
Add code to correctly calculate the associated constraints of a template (no enforcement yet). D41284 on Phabricator. llvm-svn: 374938
OpenPOWER on IntegriCloud