Files
clang-p2996/clang/test/SemaTemplate/concepts-lambda.cpp
Younan Zhang f07e5162d0 [Clang] Delegate part of SetupConstraintScope's job to LambdaScopeForCallOperatorInstantiationRAII (#123687)
Now that the RAII object has a dedicate logic for handling nested
lambdas, where the inner lambda could reference any
captures/variables/parameters from the outer lambda, we can shift the
responsibility for managing lambdas away from SetupConstraintScope().

I think this also makes the structure clearer.

Fixes https://github.com/llvm/llvm-project/issues/123441
2025-01-21 14:16:17 +08:00

6.2 KiB