(tmpdir)
| 3462 | @pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available') |
| 3463 | @pytest.mark.xfail(strict=True) # TODO: clang-tidy is only invoked with FileSettings - see #12053 |
| 3464 | def test_clang_tidy(tmpdir): # #12053 |
| 3465 | __test_clang_tidy(tmpdir, False) |
| 3466 | |
| 3467 | |
| 3468 | @pytest.mark.skipif(not __has_clang_tidy, reason='clang-tidy is not available') |
nothing calls this directly
no test coverage detected