Commit 37c5870
committed
[Macros] Add a plugin capability for infer-nonisolated-conformances
The compiler will need to be able to distinguish between macro
implementations that know about infer-nonisolated-conformances (such
that the plugin itself can apply the transform) vs. those that predate
this transform (in which case the compiler will need to do it).1 parent 791127b commit 37c5870
File tree
2 files changed
+4
-1
lines changed- Sources
- SwiftCompilerPluginMessageHandling
- SwiftLibraryPluginProvider
2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments