[interop][SwiftToCxx] support std::string -> Swift::String conversion in C++

This commit is contained in:
Alex Lorenz
2022-12-13 07:11:42 -08:00
parent 7c2ee165cc
commit 5c703b4f5c
7 changed files with 68 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
// RUN: %target-swift-frontend -typecheck %t/swiftMod.swift -typecheck -module-name SwiftMod -emit-clang-header-path %t/swiftMod2.h -I %t -enable-experimental-cxx-interop
// RUN: %check-interop-cxx-header-in-clang(%t/swiftMod2.h -Wno-error)
// RUN: %check-interop-cxx-header-in-clang(%t/swiftMod2.h -DSWIFT_CXX_INTEROP_HIDE_STL_OVERLAY -Wno-error)
// XFAIL: OS=linux-android, OS=linux-androideabi