[Openmp-commits] [openmp] [OpenMP] Move tool tests out of individual folders (PR #150780)
Aiden Grossman via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jul 26 11:07:02 PDT 2025
boomanaiden154 wrote:
> Is there any policy to deal with clang-format and long RUN/CHECK lines in tests? Can we set ColumnLimit:0 for the test directory?
I've seen some tests use the `// clang-format off` blocks around the run lines. Trying to keep the code in the test conformant with line length rules I think still makes sense.
https://github.com/llvm/llvm-project/pull/150780
More information about the Openmp-commits
mailing list