[cxx-interop] Pull changes from swift-6 compat mode into swift-5.9

This gives projects using C++ interop compat mode 5.9 access to the new features such as virtual methods and move-only types.

rdar://126485814
This commit is contained in:
Egor Zhdan
2024-04-08 19:21:44 +01:00
parent 9542216c6a
commit b330376a43
26 changed files with 69 additions and 78 deletions

View File

@@ -1,3 +1,4 @@
// RUN: %target-swift-ide-test -print-module -module-to-print=DefaultArguments -I %S/Inputs -source-filename=x -cxx-interoperability-mode=swift-5.9 | %FileCheck %s
// RUN: %target-swift-ide-test -print-module -module-to-print=DefaultArguments -I %S/Inputs -source-filename=x -cxx-interoperability-mode=swift-6 | %FileCheck %s
// RUN: %target-swift-ide-test -print-module -module-to-print=DefaultArguments -I %S/Inputs -source-filename=x -cxx-interoperability-mode=upcoming-swift | %FileCheck %s