Fix clang-format off directive for older LLVM versions
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.