Alex Lorenz
|
dd7e068391
|
[interop][SwiftToCxx] add a Swift stdlib overlay header
It currently provides begin and end functions for array iteration
|
2022-09-29 07:41:54 -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
|
8c48d268d5
|
[interop][SwiftToCxx] expose subscript getter for Array's operator []
|
2022-09-12 21:13:44 -07:00 |
|
Alex Lorenz
|
d5c531fefc
|
[interop][SwiftToCxx] experimentally expose exposable Swift's Array members to C++
|
2022-09-12 20:42:16 -07:00 |
|
Alex Lorenz
|
1d164039b1
|
[interop][SwiftToCxx] experimentally expose Swift's Array type
This is done without annotations on the stdlib yet while @_expose is still experimental
|
2022-09-08 11:04:03 -07:00 |
|