hedronvision / bazel-compile-commands-extractor

Goal: Enable awesome tooling for Bazel users of the C language family.
Other
697 stars 115 forks source link

add output_dir feature #210

Open ilev4ik opened 3 months ago

ilev4ik commented 3 months ago

This pull request is about to provide a support of writing out compile_commands.json relatively to workspace root to provide each project means of customizing their .clangd.

By default compile-commands-extractor's refresh_compile_command produces its output into bazel-workspace root. But our monorepository is single-rooted workspace and has many subprojects as children folders. Multiple projects are maintained by one team of developers, but a single project may have its own clangd configuration.

I didn't find any customization attribute of bazel target so created this PR. If there exist any please let me know. TY

@cpsauer it would be great if you find some time to review PR :)