[clang] [Clang] Fix the lambda context for constraint evaluation (PR #184319)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 06:47:11 PST 2026
================
@@ -705,6 +708,21 @@ ExprResult ConstraintSatisfactionChecker::EvaluateSlow(
return ExprEmpty();
}
+ // This is dumb: generic lambdas inside requires body require a lambda context
----------------
cor3ntin wrote:
```suggestion
// FIXME: generic lambdas inside requires body require a lambda context
```
https://github.com/llvm/llvm-project/pull/184319
More information about the cfe-commits
mailing list