File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ predictable.
84
84
If an arithmetic overflow occurs during the constant expression computation, a diagnostic
85
85
is issued.
86
86
- **Return analysis ** verifies that each function returns a value on every
87
- code path and doesn't "fall of the end" of its definition, which is an error.
87
+ code path and doesn't "fall off the end" of its definition, which is an error.
88
88
It also issues an error when a ``noreturn `` function returns.
89
89
- **Critical edge splitting ** splits all critical edges from terminators that
90
90
don't support arbitrary basic block arguments (all non cond_branch
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ enum class AvailabilitySpecKind {
31
31
// / A platform-version constraint of the form "PlatformName X.Y.Z"
32
32
PlatformVersionConstraint,
33
33
34
- // / A wildcard constraint, spelled '*', that is be equivalent
34
+ // / A wildcard constraint, spelled '*', that is equivalent
35
35
// / to CurrentPlatformName >= MinimumDeploymentTargetVersion
36
36
OtherPlatform,
37
37
You can’t perform that action at this time.
0 commit comments