Commit b967cf4
committed
[CSApply] Don't attempt to mark autoclosures as non-implicit
While building an initializer call the declaration reference
should have the same implicitness as the call when it doesn't
require thunking, otherwise don't attempt to mark autoclosures
as non-implicit because it could break assumptions elsewhere.
(cherry picked from commit 37e2f37)1 parent d6ce27b commit b967cf4
File tree
2 files changed
+23
-1
lines changed- lib/Sema
- test/Concurrency/attr_execution
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8669 | 8669 | | |
8670 | 8670 | | |
8671 | 8671 | | |
8672 | | - | |
| 8672 | + | |
| 8673 | + | |
| 8674 | + | |
| 8675 | + | |
8673 | 8676 | | |
8674 | 8677 | | |
8675 | 8678 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
0 commit comments