You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensures top-level functions after guard statements are typechecked
unless skipping all function bodies
Changes in this commit ensure that all top-level functions appearing
after a `guard` statement are always typechecked, unless
`-experimental-skip-all-function-bodies` has been specified.
This means that such functions should be typechecked and SILGen-ed in
the presence of `-experimental-skip-non-inlinable-function-bodies` and
`-experimental-skip-non-inlinable-function-bodies-without-types` flags.
Fixes#57646
0 commit comments