[RFC] Disable clang-format in the clang/test tree

I’m fully in support of this. As a code reviewer, it’s been a near-constant distraction with the precommit CI pipeline (specifically the Linux one) claiming a failure due to clang-format behavior in tests. Given that we have tests that cannot be formatted, and that we’ve never really requested that tests be formatted the same as other sources, I think disabling clang-format checks in all test directories is a good approach. I’m most worried about Clang’s tests because that’s what I personally run into most often, but I don’t see a reason we’d want any test directories to require formatting (aside from, you know, the tests specific to testing formatting).

1 Like