Skip to content

build: Bump clang minimum supported version to 14

Most supported operating systems ship with clang-14 (or later), so bump the minimum to that and allow new code to drop workarounds for previous clang bugs.

For reference:

On operating systems where the clang version is not shipped by default, the user would have to use GCC, or install clang in a different way. For example:

Merge request reports

Loading