[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
================
@@ -477,6 +477,8 @@ class ConstraintSatisfactionChecker {
ConstraintSatisfaction &Satisfaction;
bool BuildExpression;
+ const ConceptReference *ParentConcept = nullptr;
----------------
cor3ntin wrote:
Can you add a comment here?
https://github.com/llvm/llvm-project/pull/184319
More information about the cfe-commits
mailing list