alpaka
alpaka copied to clipboard
Upgrade clang-format
LLVM (and therefore clang-format) 15 was released last week. We are still on clang-format 12.0.1. We should upgrade and enjoy better style options and less bugs. Notably, clang-format 14 brings QualifierAlignment
, so we can now enforce east/west const etc.