Skip to content

Fix clang-format off directive for older LLVM versions

Frederik Hennig requested to merge fhennig/clang-format-off into master

The possibility to add an explanation after the clang-format off directive was only added in LLVM 17. Move the explanation to a separate comment to make sure older LLVM versions format correctly.

Merge request reports