Commit db4b4c8
Gabor Horvath
Revert "Merge pull request swiftlang#82480 from swiftlang/gaborh/addressable_params_copy"
Unfortunately, addressable parameters are viral, the whole dependency
chain needs to be consistent otherwise we get deserialization errors
when loading a module. The solution is to universally enable addressable
parameters for C++ interop but there are some blockers at the moment
that need to be solved first. Temporarily revert these changes until
those blockers are resolved.
This reverts commit b00ff45, reversing
changes made to 396379e.1 parent 3a28941 commit db4b4c8
File tree
7 files changed
+9
-147
lines changed- lib/ClangImporter
- test/Interop/Cxx
- class/method
- stdlib
- Inputs
7 files changed
+9
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4096 | 4096 | | |
4097 | 4097 | | |
4098 | 4098 | | |
4099 | | - | |
4100 | | - | |
| 4099 | + | |
4101 | 4100 | | |
4102 | 4101 | | |
4103 | 4102 | | |
| |||
4145 | 4144 | | |
4146 | 4145 | | |
4147 | 4146 | | |
4148 | | - | |
4149 | | - | |
4150 | | - | |
4151 | | - | |
4152 | | - | |
4153 | | - | |
4154 | | - | |
4155 | | - | |
4156 | | - | |
4157 | | - | |
4158 | | - | |
4159 | | - | |
4160 | | - | |
4161 | | - | |
4162 | | - | |
4163 | | - | |
4164 | | - | |
4165 | | - | |
4166 | | - | |
4167 | | - | |
4168 | | - | |
4169 | | - | |
4170 | | - | |
4171 | | - | |
4172 | | - | |
4173 | | - | |
4174 | | - | |
4175 | | - | |
4176 | 4147 | | |
4177 | 4148 | | |
4178 | 4149 | | |
| |||
4191 | 4162 | | |
4192 | 4163 | | |
4193 | 4164 | | |
4194 | | - | |
4195 | | - | |
4196 | | - | |
4197 | | - | |
4198 | | - | |
4199 | | - | |
4200 | | - | |
4201 | | - | |
4202 | 4165 | | |
4203 | 4166 | | |
4204 | 4167 | | |
4205 | 4168 | | |
4206 | | - | |
4207 | 4169 | | |
4208 | 4170 | | |
4209 | 4171 | | |
| |||
4226 | 4188 | | |
4227 | 4189 | | |
4228 | 4190 | | |
4229 | | - | |
| 4191 | + | |
| 4192 | + | |
| 4193 | + | |
| 4194 | + | |
4230 | 4195 | | |
4231 | 4196 | | |
4232 | 4197 | | |
| |||
4305 | 4270 | | |
4306 | 4271 | | |
4307 | 4272 | | |
4308 | | - | |
| 4273 | + | |
4309 | 4274 | | |
4310 | 4275 | | |
4311 | 4276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1681 | 1681 | | |
1682 | 1682 | | |
1683 | 1683 | | |
1684 | | - | |
1685 | 1684 | | |
1686 | 1685 | | |
1687 | 1686 | | |
| |||
1764 | 1763 | | |
1765 | 1764 | | |
1766 | 1765 | | |
1767 | | - | |
1768 | | - | |
1769 | | - | |
1770 | | - | |
1771 | | - | |
1772 | | - | |
1773 | | - | |
1774 | | - | |
1775 | | - | |
1776 | | - | |
1777 | | - | |
1778 | | - | |
1779 | | - | |
1780 | | - | |
1781 | | - | |
1782 | | - | |
1783 | | - | |
1784 | 1766 | | |
1785 | 1767 | | |
1786 | 1768 | | |
| |||
1792 | 1774 | | |
1793 | 1775 | | |
1794 | 1776 | | |
1795 | | - | |
1796 | 1777 | | |
1797 | 1778 | | |
1798 | 1779 | | |
| |||
1803 | 1784 | | |
1804 | 1785 | | |
1805 | 1786 | | |
1806 | | - | |
| 1787 | + | |
1807 | 1788 | | |
1808 | | - | |
| 1789 | + | |
1809 | 1790 | | |
1810 | 1791 | | |
1811 | 1792 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 69 | | |
This file was deleted.
0 commit comments