llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.81k stars 11.45k forks source link

Generalize constrained placeholder types for NTTPs #48867

Open 976866b7-fc02-4d23-a1c0-197b08fd7c0e opened 3 years ago

976866b7-fc02-4d23-a1c0-197b08fd7c0e commented 3 years ago
Bugzilla Link 49523
Version trunk
OS Linux
CC @JohelEGP,@zygoloid

Extended Description

See https://godbolt.org/z/7TPTz5.

template<class>concept C=true;
template<C auto&>bool v;
llvmbot commented 1 year ago

@llvm/issue-subscribers-clang-frontend

cor3ntin commented 1 month ago

@mizvekov