validator.vim icon indicating copy to clipboard operation
validator.vim copied to clipboard

How to set custom compile-commands.json for clang-tidy

Open kaimast opened this issue 7 years ago • 0 comments

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?

kaimast avatar Jul 25 '18 14:07 kaimast