[Clang][regression] Clang crashes when type of function parameter pack of inner lambda is decltype(outer_lambda_function_parameter_pack)
and inner lambda has requires clause
#123441
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
lambda
C++11 lambda expressions
This code makes Clang 16 and newer versions crash:
Compiler Explorer: https://godbolt.org/z/831x11eEr
The text was updated successfully, but these errors were encountered: