Hi there,
Is there a way to get clang-check works with a MSVC compile command database?
Clang itself can understand MSVC commands using 'clang.exe
--driver-mode=cl', but clang-check doesn't seem to support this.
Does anyone knows how do do that or any tip or workaround?
I'm using LLVM version 3.7.1.
Thanks