You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We currently use clang-format-11. It's slowly being phased out by distros. We could reformat the code using a more recent version (Ubuntu 22.04 has 14).
Describe the solution you'd like
Reformat the code using clang-format-14, keeping changes as minimal as possible through configuration, and update the CI to match.
Describe alternatives you've considered
Staying with 11 indefinitely. This will break as we introduce more modern language constructs (C++20…)
Is your feature request related to a problem? Please describe.
We currently use
clang-format-11
. It's slowly being phased out by distros. We could reformat the code using a more recent version (Ubuntu 22.04 has 14).Describe the solution you'd like
Reformat the code using clang-format-14, keeping changes as minimal as possible through configuration, and update the CI to match.
Describe alternatives you've considered
Staying with 11 indefinitely. This will break as we introduce more modern language constructs (C++20…)
Additional context
#1503 and related
The text was updated successfully, but these errors were encountered: