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.
buildFialBlock
1 parent 290bcb5 commit 8050318Copy full SHA for 8050318
lib/Sema/BuilderTransform.cpp
@@ -363,7 +363,7 @@ class ResultBuilderTransform
363
} else {
364
Expr *buildBlockResult = buildBlockVarRef.get();
365
// Otherwise, it's a top-level brace and we need to synthesize
366
- // a call to `buildFialBlock` if supported.
+ // a call to `buildFinalBlock` if supported.
367
if (builder.supports(ctx.Id_buildFinalResult, {Identifier()})) {
368
buildBlockResult =
369
builder.buildCall(resultLoc, ctx.Id_buildFinalResult,
0 commit comments