mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
![]() 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. |
||
---|---|---|
.. | ||
build_with_dub.yml | ||
main.yml | ||
nightlies.yml | ||
pre_commit.yml | ||
runnable_cxx.yml |