We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109d8e6 commit f92d0c8Copy full SHA for f92d0c8
lib/Sema/CSGen.cpp
@@ -2667,7 +2667,7 @@ Expr *ConstraintSystem::generateConstraints(Expr *expr) {
2667
// Remove implicit conversions from the expression.
2668
expr = expr->walk(SanitizeExpr(getTypeChecker()));
2669
2670
- // Wall the expression to associate labeled arguments.
+ // Walk the expression to associate labeled arguments.
2671
expr->walk(ArgumentLabelWalker(*this, expr));
2672
2673
// Walk the expression, generating constraints.
0 commit comments