| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
There is no reason why meson should swallow any non-zero exit(/return)
code of clang-format.
|
|
|
|
|
|
|
| |
`pathlib.Path.glob()` also returns directories that match source
filenames (i.e. a directory named `test.h/`), but `clang-format` and
`clang-tidy` fail when handed a directory. We manually skip calling
`clang-format` and `clang-tidy` on those directories.
|
| |
|
|
|
|
|
|
| |
This is similar to what we currently do for scan-build except there is
no environment variable to choose a specific clang-format to run. If an
environment variable is needed for better control, we can add it later.
|
| |
|
|
|