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
edbd902a90
Change C++ extension for test inputs from .cc to .cpp
2020-04-30 15:34:16 +02:00
Marcel Hlopko
cf62838aad
Test static member functions
2020-04-29 15:37:15 +02:00