Commit e021534
authored
Add deserialization support for section attribute (swiftlang#71588)
While working on swiftlang#71425, I hit an assert indicating the `@_section` attribute was not
handled in `DeclDeserializer::deserializeDeclCommon`. This change adds the missing
deserialization for the `@_section` attribute.1 parent 0554d74 commit e021534
File tree
2 files changed
+20
-0
lines changed- lib/Serialization
- test/Serialization
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6108 | 6108 | | |
6109 | 6109 | | |
6110 | 6110 | | |
| 6111 | + | |
| 6112 | + | |
| 6113 | + | |
| 6114 | + | |
| 6115 | + | |
| 6116 | + | |
| 6117 | + | |
| 6118 | + | |
6111 | 6119 | | |
6112 | 6120 | | |
6113 | 6121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments