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 30ccb52 commit a2758b7Copy full SHA for a2758b7
lib/Sema/BuilderTransform.cpp
@@ -1387,7 +1387,8 @@ BraceStmt *swift::applyFunctionBuilderTransform(
1387
captured.first, captured.second)));
1388
}
1389
1390
-/// Produce any additional syntactic diagnostics for the body of a
+/// Produce any additional syntactic diagnostics for the body of a function
1391
+/// that had a function builder applied.
1392
static void performAddOnDiagnostics(BraceStmt *stmt, DeclContext *dc) {
1393
class AddOnDiagnosticWalker : public ASTWalker {
1394
SmallVector<DeclContext *, 4> dcStack;
0 commit comments