Alex Lorenz
|
16b1fe173f
|
[interop][SwiftToCxx] moving a Swift class in C++ performs a copy
C++ does not have a consuming move, so fallback to copy instead
Resolves https://github.com/apple/swift/issues/64702
|
2023-05-07 08:55:20 -07:00 |
|
Alex Lorenz
|
3a9b6dce9d
|
[interop][SwiftToCxx] add support for emitting Swift stdlib dependency in one header file
This is the default behavior. You can disable this by specifying the -clang-header-expose-decls= flag explicitly when generating the header
|
2022-09-28 08:08:48 -07:00 |
|
Alex Lorenz
|
7ecf84a771
|
[interop][SwiftToCxx] ensure that resilient class values are supported
|
2022-08-08 13:08:54 -07:00 |
|
Alex Lorenz
|
7c5b160bc6
|
[interop][SwiftToCxx] map class inheritance to C++ class hierarchy
|
2022-08-03 09:35:36 +01:00 |
|