Hi,
How do I set custom compile-commands.json for clang-tidy? I need this to use validator properly with a meson build.
I tried to put "-p ./build" into .clang-tidy-config to set the meson build directory, but it didn't seem to work. Any ideas what I might be doing wrong?