dmd/.github/workflows
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
..
build_with_dub.yml Change 'uses' versions 2024-02-02 20:52:10 +01:00
main.yml Merge branch 'stable' into merge-stable 2024-04-23 14:44:01 +02:00
nightlies.yml GH Actions: Update set-output to use the new environment files 2022-10-15 01:18:51 +09:00
pre_commit.yml Merge remote-tracking branch 'upstream/stable' into merge_stable 2022-11-01 11:39:15 +00:00
runnable_cxx.yml Make distinction between CC and CXX in the testsuite. (#16434) 2024-05-03 07:30:55 +08:00