Replies: 1 comment
-
|
Write a script around the output of Here is an example of the latter: https://gitlab.com/qemu-project/qemu/-/blob/master/scripts/check_sparse.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically I want to write my own
clang-tidytarget because I simply cannot get the built-in one to stop emitting tidy information for system headers and sub-projects. clangd-tidy is faster anyways, so I'd like to use that, but I'd like to avoid having to manually add my source files to a variable to do it. Can meson call an external script with all its source files?Beta Was this translation helpful? Give feedback.
All reactions