forked from swiftlang/swift
 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 29
 
Commit 2bfa723
committed
[MoveOnlyAddressChecker] Added extension flag.
Passing
```
-Xllvm -move-only-address-checker-disable-lifetime-extension=true
```
will skip the maximization of unconsumed field lifetimes.1 parent 11443f2 commit 2bfa723
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
280 | 280 |  | |
281 | 281 |  | |
282 | 282 |  | |
283 | + | ||
284 | + | ||
285 | + | ||
286 | + | ||
287 | + | ||
288 | + | ||
283 | 289 |  | |
284 | 290 |  | |
285 | 291 |  | |
 | |||
3181 | 3187 |  | |
3182 | 3188 |  | |
3183 | 3189 |  | |
3184 | - | ||
3185 | - | ||
3190 | + | ||
3191 | + | ||
3192 | + | ||
3193 | + | ||
3186 | 3194 |  | |
3187 | 3195 |  | |
3188 | 3196 |  | |
 | |||
0 commit comments