-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++20clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"conceptsC++20 conceptsC++20 concepts
Description
| Bugzilla Link | 49844 |
| Version | 11.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
Extended Description
https://godbolt.org/z/YET98jcEW
template <class> concept C = false;
int main() {
[]() -> C auto {}();
}
clang accepts it.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++20clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"conceptsC++20 conceptsC++20 concepts
Type
Projects
Status
No status