Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Concepts] Function trailing requires clauses | Saar Raz | 2020-01-09 | 1 | -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 Infrastructure | Saar Raz | 2019-10-15 | 1 | -0/+59 |
Add code to correctly calculate the associated constraints of a template (no enforcement yet). D41284 on Phabricator. llvm-svn: 374938 |