sourcegraph / lsif-cpp

Language Server Index Format (LSIF) generator for C++
https://lsif.dev/
9 stars 3 forks source link

Supporting msbuild on Windows #13

Open nus opened 3 years ago

nus commented 3 years ago

Do you have any plan to support msbuild on Windows? Or are there altanative method to generate dump.lsif?

I know that this project support on Linux and macOS with Clang now. I want to use this project with msbuild.

Thanks.

mrexodia commented 3 years ago

https://clangpowertools.com/ or generate a compile_commands.json and use that.