mc-imperial / dredd

Framework for evaluating C/C++ compiler testing tools
Apache License 2.0
11 stars 3 forks source link

Upgrade Dredd to use Clang 17 #247

Closed afd closed 2 months ago

afd commented 2 months ago

This would be a good thing to do anyway, but currently it seems that tests are failing under Windows CI due to an issue where the Windows C++ header files require that Clang 17 is being used, and when Dredd is applied to a C++ program, the include files end up suffering from this.