hsutter / cppfront

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

Update apple-clang-14 tests #894

Closed jarzec closed 8 months ago

jarzec commented 8 months ago

Update outdated tests files in regression-tests/test-results/apple-clang-14/. The update was possible thanks to the regression test workflow added here. Here is the result of running the regression tests.

Note that std::ranges::for_each is not supported by clang-14, hence the committed compilation errors.

hsutter commented 8 months ago

Thanks!