hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.24k stars 223 forks source link

CI: Add Clang 15 support in regression tests #974

Closed jarzec closed 4 months ago

jarzec commented 4 months ago

Add support for Clang 15 in regression tests.

NOTE:

REMARK: Ubuntu 2404 will likely come out with Clang up to v18 and GCC up to v14 available directly from apt, without the need to install them manually (see here). This might be a good point to start looking into including newer compilers with better C++23 support and possibly dropping those without any (namely GCC 10).

hsutter commented 4 months ago

Thanks! I was about to hit Merge but I see there are more commits -- LMK when this is ready.

hsutter commented 4 months ago

Great, thanks again.