Commit 0c8920e
authored
Merge pull request swiftlang#23744 from aschwaighofer/silgen_keypath_not_external_for_non_public
SILGen: Only set the external decl of a key path component if the accessor is publicFile tree
5 files changed
+34
-6
lines changed- lib/SILGen
- test
- IRGen
- Inputs
- SILGen
- Inputs
5 files changed
+34
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3217 | 3217 | | |
3218 | 3218 | | |
3219 | 3219 | | |
3220 | | - | |
3221 | | - | |
| 3220 | + | |
3222 | 3221 | | |
3223 | 3222 | | |
3224 | 3223 | | |
| |||
3227 | 3226 | | |
3228 | 3227 | | |
3229 | 3228 | | |
| 3229 | + | |
| 3230 | + | |
3230 | 3231 | | |
3231 | | - | |
3232 | | - | |
3233 | | - | |
3234 | | - | |
| 3232 | + | |
| 3233 | + | |
| 3234 | + | |
| 3235 | + | |
| 3236 | + | |
| 3237 | + | |
3235 | 3238 | | |
3236 | 3239 | | |
3237 | 3240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
0 commit comments