hsutter / cppfront

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

CI: Add clang++-12 regression tests run on Ubuntu #936

Closed jarzec closed 6 months ago

jarzec commented 6 months ago

The current regression tests workflow is missing a run using clang++-12. This PR adds this compiler and updates the respective tests.

Note that this branch is based on https://github.com/hsutter/cppfront/pull/935, which should be merged first.

hsutter commented 6 months ago

Thanks! @JohelEGP @jarzec @bluetarpmedia I see a few apparently-related PRs by the three of you, is there an order they should be merged?

JohelEGP commented 6 months ago

By their PR number should work OK.

JarekGlobus commented 6 months ago

Thanks! @JohelEGP @jarzec @bluetarpmedia I see a few apparently-related PRs by the three of you, is there an order they should be merged?

@hsutter To be more precise:

hsutter commented 6 months ago

Thanks!