Files
clang-p2996/clang/test/SemaTemplate/concepts-lambda.cpp
Erich Keane 4bf6cc63aa GH60642: Fix ICE when checking a lambda defined in a concept definition
As reported in GH60642, we asserted when there was a lambda defined in a
template arguments inside of a concept, which caused us to not properly
set up the list of instantiation args.  This patch ensures that the
'lambda context decl' correctly falls-through the template argument
instantiation, so that it is available when instantiating the lambda,
and thus, when setting up the lambda instantiation args list.
2023-02-17 06:09:52 -08:00

3.0 KiB