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
|
5736daf1f1
|
[interop][SwiftToCxx] support initializers for classes
|
2022-09-26 17:04:40 -07:00 |
|
Alex Lorenz
|
5b05d3dc67
|
[interop][SwiftToCxx] arm64e: authenticate value witness table in C++
Fixes arm64e test failures for C++ interop tests
|
2022-07-18 13:50:32 +01:00 |
|
Alex Lorenz
|
8fa37c214d
|
Mark SwiftToCxx execution tests as unsupported on arm64e for now
|
2022-06-22 22:19:10 +01:00 |
|
Alex Lorenz
|
71065e94d3
|
[interop][SwiftToCxx] emit struct initializers
They're emtited as static init methods in the C++ class
|
2022-06-17 16:00:23 -07:00 |
|