[cxx-interop] Rename enable-cxx-interop -> enable-experimental-cxx-interop.

Also removes the driver flag, this will now also always be guarded on `-Xfrontend`.
This commit is contained in:
zoecarver
2022-04-07 14:40:33 -07:00
parent 27ad9389b4
commit 839839f924
241 changed files with 266 additions and 270 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-swift-ide-test -print-module -module-to-print=FreeFunctionsSecondHeader -I %S/Inputs -source-filename=x -enable-cxx-interop | %FileCheck %s
// RUN: %target-swift-ide-test -print-module -module-to-print=FreeFunctionsSecondHeader -I %S/Inputs -source-filename=x -enable-experimental-cxx-interop | %FileCheck %s
// TODO: This file doesn't really test anything because functions need not be defined.
// CHECK: enum FunctionsNS1 {