mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +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. |
||
---|---|---|
.. | ||
dshell_prebuilt.d |