dmd/compiler/test/tools/dshell_prebuilt
Johan Engelen afc38e9dca
Make distinction between CC and CXX in the testsuite. (#16434)
Clang makes a distinction between clang and clang++. In particular, clang++ will give a warning when it is passed `.c` source files; and the extra output warning text means that dmd testsuite output checking fails. The warning can be silenced (-Wno-deprecated) but then other tests will fail because `#ifdef __cplusplus` will be true, leading to header file import issues.
2024-05-03 07:30:55 +08:00
..
dshell_prebuilt.d Make distinction between CC and CXX in the testsuite. (#16434) 2024-05-03 07:30:55 +08:00