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 a423937 commit b844035Copy full SHA for b844035
lib/Sema/ConstraintSystem.h
@@ -5495,7 +5495,7 @@ bool shouldTypeCheckInEnclosingExpression(ClosureExpr *expr);
5495
5496
/// Visit each subexpression that will be part of the constraint system
5497
/// of the given expression, including those in closure bodies that will be
5498
-/// part of the constraint system/
+/// part of the constraint system.
5499
void forEachExprInConstraintSystem(
5500
Expr *expr, llvm::function_ref<Expr *(Expr *)> callback);
5501
0 commit comments