Ryan Mansfield
6234dd159d
[Tests] Enable staticMemberInitializedAtRuntime in inline-static-member-var.swift.
...
apple/swift#30914 has been merged so this part of the test can be enabled.
2024-08-27 15:00:30 -04:00
zoecarver
839839f924
[cxx-interop] Rename enable-cxx-interop -> enable-experimental-cxx-interop.
...
Also removes the driver flag, this will now also always be guarded on `-Xfrontend`.
2022-04-07 19:15:25 -07:00
Saleem Abdulrasool
9ba7bf78db
Interop: use new target-clangxx for building C++ code
...
This enables control over the C++ flags used during testing for the C++
interop from a single location rather than having to alter all the
tests.
2021-01-12 08:29:24 -08:00
Saleem Abdulrasool
21732c9551
Interop: remove unnecessary C++ standard
...
Do not override the C++ standard explicitly when running the tests.
This will eventually be useful in allowing tests to run against
different C++ standards.
2021-01-11 08:57:56 -08:00
Marcel Hlopko
8fa18a42b8
Remove -Xcc -std=c++17 ( #33449 )
2020-08-14 16:42:15 +02:00
Marcel Hlopko
edbd902a90
Change C++ extension for test inputs from .cc to .cpp
2020-04-30 15:34:16 +02:00
Marcel Hlopko
883262771b
Expose C++ static members as Swift static properties
2020-04-23 15:33:43 +02:00